-
Notifications
You must be signed in to change notification settings - Fork 262
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
Ability to deploy AWS external tree provider in RKE2 #9110
Comments
Need guidance from PM and @Sahota1225 about what UI requirements are here. This should be done in tandem with #9204 |
Need to sync with backend to ensure we're on the same page here. No E2E since this is AWS so this will be manually tested. |
tested on v2.8-head (6376016) This should apply in both creating rke2 clusters as well as upgrading them (if 1.27+ is selected) x-linking the documentation PR if that is helpful for creating the banner/alert message: rancher/rancher-docs#844 we add a banner/alert box in rke1 when upgrading an aws cluster with an existing in-tree provider. Might be nice to add a link to the documentation in that case as well. |
/backport v2.7.next1 |
Internal Ref: SURE-4760
The external AWS cloud provider (CCM) deploys onto a cluster and relies on the hostname and/or --provider-id flag (kubelet) to describe the node and initialise into the cluster.
With v2-provisioning, the hostname is always set to a node pool naming convention (OS (see userdata example below) & with -hostname-override), and there appears to be no way of providing the values dynamically to the -provider-id flag.
The text was updated successfully, but these errors were encountered: