hyper-kube-config icon indicating copy to clipboard operation
hyper-kube-config copied to clipboard

Setting cluster status to active without passing --environment does not return error

Open swarupdonepudi opened this issue 4 years ago • 4 comments

When I ran the command to set cluster status to active without passing the environment, the call returns a "Setting cluster status active" message but does not really set the cluster to active. But when I pass --environment dev I see the following output.

Setting cluster environment to dev
Setting cluster status active

Does not work(which is great): kubectl hyperkube set-cluster-status --status active --cluster <cluster-fqdn> Works: kubectl hyperkube set-cluster-status --status active --cluster <cluster-fqdn> --environment <cluster-env>

Not working version should display an error message to the user.

swarupdonepudi avatar Nov 14 '19 21:11 swarupdonepudi