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
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
The text was updated successfully, but these errors were encountered:
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
The command resulted in the following error:
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.
The text was updated successfully, but these errors were encountered: