Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor p0upgradeK8sVersionChecks function for imported EKS cluster #198

Open
cpinjani opened this issue Nov 6, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@cpinjani
Copy link
Collaborator

cpinjani commented Nov 6, 2024

Cover Nodegroup K8s version upgrade for EKS imported cluster scenario. Since it uses custom Launch template, eksctl can be used to upgrade it.

@cpinjani cpinjani added the enhancement New feature or request label Nov 6, 2024
@valaparthvi
Copy link
Collaborator

valaparthvi commented Nov 6, 2024

Ref: https://ranchermanager.docs.rancher.com/reference-guides/cluster-configuration/rancher-server-configuration/eks-cluster-configuration#user-provided-launch-templates

You can't directly update a node group to a newer Kubernetes version if the node group was created from a custom launch template. You must create a new launch template with the proper Kubernetes version, and associate the node group with the new template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants