-
Notifications
You must be signed in to change notification settings - Fork 381
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
oc create secret generic --help does not describe type #1518
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
It seems like this is behavior consistent with kubectl, as it exhibits the same behavior. The predefined types for secrets are listed in the Kubernetes documentation: (https://kubernetes.io/docs/concepts/configuration/secret/#secret-types), but it also allows for custom types of any valid string. Perhaps rather than listing these types a link to the URL above could be put in the help response? |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
What would you like to be added:
the command "oc create secret generic --help"
does not describe the type option.
Why is this needed:
No example. No description of what type is allowed.
working example:
The text was updated successfully, but these errors were encountered: