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
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
The text was updated successfully, but these errors were encountered:
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:
Expected result:
How to reproduce it?
Upgrade cluster from
1.31
to1.32
.Logs
Anything else we need to know?
n/a
Versions
The text was updated successfully, but these errors were encountered: