Users can optionally allow the controller to takeover lifecycle management of an "Imported" Amazon EKS cluster. This allows the controller to perform all cluster lifecycle management offers capabilities: i.e. scale, add node groups, upgrade and perform any post-provision operations on the imported EKS clusters. The controller retrieves information about the imported EKS clusters to make the cluster’s infrastructure equivalent to the managed EKS clusters provisioned through the controller.
Explore our blog for deeper insights on Takeover Lifecycle Management of Amazon EKS Clusters, available here!
Currently, only EKS clusters with "managed node groups" can be converted to managed clusters and the self managed node groups are ignored for lifecycle management. Customers are recommended to migrate their Kubernetes resources from the self managed node group to a new managed node group before attempting the conversion.
Important
Self Managed node groups can be added back to the EKS cluster after the conversion to managed is complete.
Users are allowed to convert the "imported EKS cluster" to a Managed Cluster at any point its life.
On successful import, a clickable label Convert to Managed is available next to the imported cluster as shown in the example below. Tthis option provides a workflow for the administrators to initiate the conversion of the cluster from "imported" to "managed".
Clicking on the label, the below screen appears
Select the Cloud Credentials and Region of the imported cluster
Select the source cluster name from the provider to link to the imported cluster and click Convert to Managed Cluster
The system shows the below message and the user must click Yes to confirm the conversion process
Now the system saves the provided credentials against the cluster and changes the cluster type to "Amazon EKS". The managed and imported property is set to True and a declarative cluster specification gets generated for the cluster. Once complete, the controller declares the cluster as being ready for performing "lifecycle management" operations.
On successful conversion, you will receive a success message as shown below
You can see the cluster type as Imported + Managed and the list of operations allowed on the clusters page
Refer Import EKS Cluster for more information on Convert To Managed clusters
When a user attempts to convert an imported EKS cluster to managed, they can utilize the --wait flag to ascertain the success or failure of the operation. By incorporating the --wait flag, the RCTL command will patiently wait for the conversion process to conclude, only returning control once the process is finished or if an error is encountered. This ensures that the command precisely communicates whether the conversion process was successful or not, delivering the essential error messages required for effective detection and resolution.