Skip to content
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

Disabling EKS Auto Mode default Node Pools is not working as intended #819

Open
hendryanw opened this issue Dec 27, 2024 · 0 comments
Open
Assignees

Comments

@hendryanw
Copy link

Dear EKS docs team, kindly help to verify the following issue:

Link to related doc:

https://docs.aws.amazon.com/eks/latest/userguide/set-builtin-node-pools.html

Issue

Executing the following to disable built-in nodepools is not working as intended

aws eks update-cluster-config \
  --name <cluster-name> \
  --compute-config '{"nodePools": []}'

The command resulted in the following error:

An error occurred (InvalidParameterException) when calling the UpdateClusterConfig operation: The type for cluster update was not provided.

Workaround

As a workaround, I've decided to delete the nodepools directly using kubectl. It seems to work just fine, but kindly let me know if it's the otherwise.

kubectl delete nodepools general-purpose
kubectl delete nodepools system
@pgasca pgasca self-assigned this Jan 2, 2025
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