You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Namespaced resources should be handled correctly both when manipulating them directly (get, create, rm) and when referencing them from other resources (necessarily use the format / or similar).
Multiple improvements can be done:
For the get commands, add a -A, --all-namespaces options to list the resources in all namespaces.
For all commands, add WARNING when no -n is passed to indicate which namespace is being used
Force using the format / for resource references.
The text was updated successfully, but these errors were encountered:
Namespaced resources should be handled correctly both when manipulating them directly (get, create, rm) and when referencing them from other resources (necessarily use the format / or similar).
Multiple improvements can be done:
get
commands, add a-A, --all-namespaces
options to list the resources in all namespaces.-n
is passed to indicate which namespace is being usedThe text was updated successfully, but these errors were encountered: