One thing I find myself doing from time to time is renaming a secret, which is a pain with the current CLI since it requires me to:
- Fetch the contents of the secret.
- Create a new secret with the same contents.
- Delete the original secret.
A kubectl tbac rename secret <new-name> command that does this automatically could come in handy!
One thing I find myself doing from time to time is renaming a secret, which is a pain with the current CLI since it requires me to:
A
kubectl tbac rename secret <new-name>command that does this automatically could come in handy!