Proposal / RFE
Is your feature request related to a problem?
It is inconvenient and distracting to have to remember to add -n cilium when typing every command, especially when copy/pasting from documentation for example.
Describe the solution you'd like
There should be an easy way to persistently configure the namespace of the cilium installation in your environment. For example an env var like CILIUM_NAMESPACE or a ~/.cilium/config file or something. That way you can just set it once and not worry about having to type it every time.
Proposal / RFE
Is your feature request related to a problem?
It is inconvenient and distracting to have to remember to add
-n ciliumwhen typing every command, especially when copy/pasting from documentation for example.Describe the solution you'd like
There should be an easy way to persistently configure the namespace of the cilium installation in your environment. For example an env var like
CILIUM_NAMESPACEor a ~/.cilium/config file or something. That way you can just set it once and not worry about having to type it every time.