-
Notifications
You must be signed in to change notification settings - Fork 683
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
Add additionalPrinterColumns for status and age #1217
Add additionalPrinterColumns for status and age #1217
Conversation
Signed-off-by: Karel Vanden Houte <[email protected]>
Signed-off-by: Karel Vanden Houte <[email protected]>
What a beautiful QOL change there @kvandenhoute! |
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 like this! Thanks!
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.
Could you run make generate
and make manifests
and commit the changes too?
Signed-off-by: Karel Vanden Houte <[email protected]>
|
Thank you very much! |
Signed-off-by: Karel Vanden Houte [email protected]
Description of the change
This is a change to the SealedSecret CRD. It will add a column "Status" and "Synced" with the latest status (message & status) of a secret.
Before, when doing
kubectl get sealedsecret
you would see:After this change, you will see:
Benefits
You can see the status of your secrets easier. When you have a lot of secrets in a cluster and would like to see which ones can't be decrypted, this comes in handy.
Possible drawbacks
None AFAIK
Applicable issues
Additional information