Closed mayaaravotwm closed 2 years ago
i was manage to fix that by specify only those vars:
ami_type = "BOTTLEROCKET_x86_64"
kubernetes_version = [module.eks_cluster.eks_cluster_version]
which means i didn’t define var.ami_release_version after that the upgrade worked :slightly_smiling_face:
Describe the Bug
I had eks cluster (v1.20) with “bottlerocket-aws-k8s-1.20-x86_64-v1.5.2-1602f3a8” ami node group. after upgrade the cluster to 1.21, I can’t get the nodes to update their ami to “bottlerocket-aws-k8s-1.21-x86_64-v1.5.2-1602f3a8". Even hard-coded, terraform doesn’t see any change in the module. Any advice?
Expected Behavior
We should be able to update the node group using the module to another kubernetes version.
Steps to Reproduce
Steps to reproduce the behavior:
Screenshots