Skip to content

Command to update Auto-Mode doesn't work #918

New issue

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

Open
Ramneek-kalra opened this issue Mar 12, 2025 · 0 comments
Open

Command to update Auto-Mode doesn't work #918

Ramneek-kalra opened this issue Mar 12, 2025 · 0 comments
Assignees

Comments

@Ramneek-kalra
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants