-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chectl should use current namespace if no namespace is specified #16958
Comments
I would like to see user's confirmation |
Ok but for consistency it should be interactive in every case then (even when flag |
The priority of choosing the namespace is the following:
Additional context https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/#working-with-namespaces |
@l0rd [1] |
Currently, if the users doesn't specifies a namespace, chectl deploys che in the default namespace (che). For consistency with other command line tools the current user namespace should be used instead. That is true for
chectl server:delete
as well: if no namespace is specified the current one should be considered, not the default (che
).The text was updated successfully, but these errors were encountered: