eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

Add validation for package bundle kubernetes version and update docs

Open sp1999 opened this issue 1 year ago • 0 comments

Currently when a customer upgrades the kubernetes version for their cluster, we don't check if the packages bundle has the same kubernetes version as the cluster. We should add a validation to block the customer from upgrading their cluster if the kubernetes version in their cluster spec doesn't match the kubernetes version in the active bundle of their package bundle controller. This will force customers to upgrade their active package bundle to the latest version corresponding to their kubernetes version specified in the cluster spec. The Upgrade cluster section in the EKS-A docs also needs to be updated to let customers know that they need to upgrade their active package bundle too every time they upgrade their cluster to a newer kubernetes version.

This should also fix #8984

sp1999 avatar Nov 20 '24 19:11 sp1999