-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
I am trying to upgrade my manged node-groups with ( eksctl version v0.172):
eksctl upgrade nodegroup --name=mo-2vcpu-16gb-spot-v2 --kubernetes-version 1.29 --cluster=my-cluster
I am expecting for the nodes to be upgraded with the latest AMI version on kubernetes version 1.29, but they get reverted to 1.27.
eksctl get nodegroup --cluster=my-cluster --region eu-west-1 -o yaml
- AutoScalingGroupName: eks-mo-2vcpu-16gb-spot-v2-9ac30932-e47d-4be4-aaab-052df2e57413
Cluster: my-cluster
CreationTime: "2023-02-02T13:51:48.277Z"
DesiredCapacity: 2
ImageID: BOTTLEROCKET_x86_64
InstanceType: r5n.large,r5b.large,r5a.large
MaxSize: 5
MinSize: 2
Name: mo-2vcpu-16gb-spot-v2
NodeInstanceRoleARN: <>
StackName: <>
Status: ACTIVE
Type: managed
Version: "1.27"
I have also experienced it when i have upgraded the nodes to version 1.28, i thought it was a bug that would eventually get fixed, so i have upgraded manually from the AWS EKS console.
Reactions are currently unavailable