eksctl update cluster -f
spits out all resources are up-to-date
even if configuration file has changed
#1936
Labels
What happened?
After creating the cluster with eksctl,
updating the cluster doesn't work even after changing the configuration yaml
What you expected to happen?
eksctl update cluster -f <filename>
should update cluster to reflect the change on the configuration yamlHow to reproduce it?
Tried deleting and recreating the clusters but update doesn't work
Anything else we need to know?
What OS are you using, are you using a downloaded binary or did you compile eksctl, what type of AWS credentials are you using (i.e. default/named profile, MFA) - please don't include actual credentials though!
macOS Catalina
named profile
CLIs all installed with brew
Versions
Please paste in the output of these commands:
Logs
Include the output of the command line when running eksctl. If possible, eksctl should be run with debug logs. For example:
[ℹ] eksctl version 0.14.0
[ℹ] using region us-east-1
[!] NOTE: config file is used for finding cluster name and region
[!] NOTE: cluster VPC (subnets, routing & NAT Gateway) configuration changes are not yet implemented
[ℹ] re-building cluster stack "api-beta-cluster"
[✔] all resources in cluster stack "api-beta-cluster" are up-to-date
[ℹ] checking security group configuration for all nodegroups
[ℹ] all nodegroups have up-to-date configuration
The text was updated successfully, but these errors were encountered: