-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: updated the displaying of the namespace #606
Fix: updated the displaying of the namespace #606
Conversation
β¦d resources Signed-off-by: Abinand P <[email protected]>
@quest-bot loot #599 |
Quest PR submitted!@Abiji-2020, you are attempting to solve the issue and loot this Quest. Will you be successful? Questions? Check out the docs. |
@petar-cvit any reviews on the PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried it on a module created from the rabbitmq template and the output was the following
./cyctl get resources rabbit
KIND NAME NAMESPACE
Secret rabbit-rabbitmq default
Secret rabbit-rabbitmq-configdefault
Service rabbit-rabbitmq default
Service rabbit-rabbitmq-headlessdefault
ServiceAccount rabbit-rabbitmq default
StatefulSet rabbit-rabbitmq default
NetworkPolicy rabbit-rabbitmq default
PodDisruptionBudget rabbit-rabbitmq default
Role rabbit-rabbitmq-endpoint-readerdefault
RoleBinding rabbit-rabbitmq-endpoint-readerdefault
Can you replace name
and namespace
columns? Also make sure to calculate the longest value in the column so you know how much space is needed between columns (in the example above name and namespace columns are not properly separated).
β¦of 2 extra spaces after the end of the length for better visibility Signed-off-by: Abinand P <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Abiji-2020 𧑠Looks much more simple
@petar-cvit could you approve the reward for this quest ? |
π§ @Abiji-2020 congratulations for completing Quest #599 π° A reward has been credited to you. To claim your reward follow the instructions here. Questions? Check out the docs. |
closes #599
π Description
In the command line
cyctl get resources
updated to display the Namespace of the deployed modules.β Checks
βΉ Additional context
@quest-bot loot #599