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
Command to update Auto-Mode doesn't work
Page Title: Enable EKS Auto Mode on an existing cluster > Procedure (Link: https://docs.aws.amazon.com/eks/latest/userguide/auto-enable-existing.html#_cli)
aws eks update-cluster-config --name $CLUSTER_NAME --compute-config enabled=true --kubernetes-network-config '{"elasticLoadBalancing":{"enabled": true}}' --storage-config '{"blockStorage":{"enabled": true}}'
CLI (Latest AWS CLI Version) drops the command throws error saying "--compute-config enabled=true" not found. Though the CLI Doc - https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/update-cluster-config.html says, we can use it in curly braces, but that too doesn't work.
Please help to rectify with the right command.
The text was updated successfully, but these errors were encountered:
chrisnegus
No branches or pull requests
Command to update Auto-Mode doesn't work
Page Title: Enable EKS Auto Mode on an existing cluster > Procedure
(Link: https://docs.aws.amazon.com/eks/latest/userguide/auto-enable-existing.html#_cli)
aws eks update-cluster-config
--name $CLUSTER_NAME
--compute-config enabled=true
--kubernetes-network-config '{"elasticLoadBalancing":{"enabled": true}}'
--storage-config '{"blockStorage":{"enabled": true}}'
Please help to rectify with the right command.
The text was updated successfully, but these errors were encountered: