-
Notifications
You must be signed in to change notification settings - Fork 924
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
kubectl: support creating immutable secrets and configmaps #1698
kubectl: support creating immutable secrets and configmaps #1698
Comments
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/sig cli |
/transfer kubectl |
Preparing a resource yaml containing all the required fields (including the immutable field is set to true) and after that, applying this resource via I don't think, we'd add more flags into these implicit commands. It is better to close this issue. |
/close |
@ardaguclu: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Hmm, I wonder why |
What would you like to be added?
Support for creating immutable Secrets and ConfigMaps to
kubectl
.Why is this needed?
This is needed to improve the UX.
The text was updated successfully, but these errors were encountered: