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
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.
The text was updated successfully, but these errors were encountered:
I just noticed that running this command without passing --environment is inserting a record in dynamodb table which can be verified by running kubectl hyperkube list
Perhaps the default should be configurable. I was thinking maybe a dynamodb table meant for configuration defaults that can be used to override hard coded constants.
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.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.
The text was updated successfully, but these errors were encountered: