We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If user miss types the upgrade plan cluster command with upgrade cluster plan, it goes straight to cluster upgrade instead of failing.
upgrade plan cluster
upgrade cluster plan
For example,
eksctl anywhere upgrade cluster plan -f cluster.yaml
will not validate if the CLUSTER_NAME (in this case, plan) in the command is same as the cluster name specified in cluster spec and fail if not.
plan
We should validate the consistency between the two and make sure user does not trigger unwanted upgrade.
The text was updated successfully, but these errors were encountered:
ddjjia
No branches or pull requests
If user miss types the
upgrade plan cluster
command withupgrade cluster plan
, it goes straight to cluster upgrade instead of failing.For example,
will not validate if the CLUSTER_NAME (in this case,
plan
) in the command is same as the cluster name specified in cluster spec and fail if not.We should validate the consistency between the two and make sure user does not trigger unwanted upgrade.
The text was updated successfully, but these errors were encountered: