-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
What were you trying to accomplish?
Try to upgrade cluster with command eksctl upgrade cluster --name XXX
What happened?
Target version info not shown.
Actual result:
... from current version "1.31" to ""
Expected result:
... from current version "1.31" to "1.32"
How to reproduce it?
Upgrade cluster from 1.31
to 1.32
.
Logs
$ eksctl upgrade cluster --name my-cluster ### PLAN ###
2025-02-02 01:15:58 [ℹ] (plan) would upgrade cluster "my-cluster" control plane from current version "1.31" to ""
2025-02-02 01:16:00 [ℹ] re-building cluster stack "eksctl-my-cluster-cluster"
2025-02-02 01:16:00 [✔] all resources in cluster stack "eksctl-my-cluster-cluster" are up-to-date
2025-02-02 01:16:01 [ℹ] checking security group configuration for all nodegroups
2025-02-02 01:16:01 [ℹ] all nodegroups have up-to-date cloudformation templates
2025-02-02 01:16:01 [!] no changes were applied, run again with '--approve' to apply the changes
$ eksctl upgrade cluster --name my-cluster --approve
2025-02-02 01:16:18 [ℹ] will upgrade cluster "my-cluster" control plane from current version "1.31" to ""
2025-02-02 01:23:44 [✔] cluster "my-cluster" control plane has been upgraded to version "1.32"
2025-02-02 01:23:44 [ℹ] you will need to follow the upgrade procedure for all of nodegroups and add-ons
2025-02-02 01:23:47 [ℹ] re-building cluster stack "eksctl-my-cluster-cluster"
2025-02-02 01:23:47 [✔] all resources in cluster stack "eksctl-my-cluster-cluster" are up-to-date
2025-02-02 01:23:48 [ℹ] checking security group configuration for all nodegroups
2025-02-02 01:23:48 [ℹ] all nodegroups have up-to-date cloudformation templates
Anything else we need to know?
n/a
Versions
$ eksctl info
eksctl version: 0.202.0
kubectl version: v1.32.1
OS: darwin
dmacbride-ep