robusta
robusta copied to clipboard
Support `--context` and `--as`
trafficstars
Is your feature request related to a problem? We are managing multiple clusters, and all of them are using sudo to run privileged operations. Currently, the CLI does not support switching cluster and switching users. The former one makes our lives harder and the second issue actually rendered many subcommands of the CLI useless (since it cannot execute privileged operations).
Describe the solution you'd like
- support
--contextparameter to switch contexts - support
--asparameter to assume users
Describe alternatives you've considered N/A
Additional context N/A
@bear-redhat is this still relevant? We have support for the context already, right? Do you still need --as?