Open skanakal opened 1 week ago
Related to #12339
Before the port of hosted providers did we allow Rancher to manage the cluster itself was on?
Before the port of hosted providers did we allow Rancher to manage the cluster itself was on?
No, this isn’t allowed, at least on Amazon EKS (as highlighted below). This change has been observed in versions 2.9 and above.
The error stating "cluster must have at least one node group" should be cleared if we avoid enabling managed node groups for the local cluster.
Setup
Describe the bug
Allow managed nodegroups for Rancher running on Amazon EKS.
To Reproduce
Follow https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks
eksctl
commandeksctl create cluster --name <name> --region <region> --nodegroup-name <ng-name> --node-type t2.medium --nodes 3 --version=1.28
local
cluster config, and add the cloud credsResult
Expected Result
Screenshots
Additional context