Updating Cluster
Galileo EKS cluster update from 1.21 -> 1.23
Prerequisites:
The AWS EBS CSI plugin has to be installed. This can be added to the addons
sections in the eksctl config file.
The Amazon EBS CSI plugin requires IAM permissions to make calls to AWS APIs on your behalf, additional EBS policy has to be attached to the existing Galileo node groups This can be added in the ekscstl config file:
Apply changes to node-groups:
Upgrade to 1.23
Because Amazon EKS runs a highly available control plane, you can update only one minor version at a time. Current cluster version is 1.21 and you want to update to 1.23. You must first update your cluster to 1.22 and then update your 1.22 cluster to 1.23.
Upgrade controle plane to 1.22
Upgrade node groups to 1.22
Upgrade controle plane to 1.23
Upgrade node groups to 1.23
Post upgrade checks
Check if all pods are in ready state:
Check for pending persistance volumes:
Was this page helpful?