kubewharf / kubeadmiral

Multi-Cluster Kubernetes Orchestration
https://kubeadmiral.io
Apache License 2.0
816 stars 97 forks source link

How to add a member to an AWS managed cluster #339

Open xushijie9 opened 1 month ago

xushijie9 commented 1 month ago

We have asked AWS support. EKS managed clusters cannot provide the following required ca_data, cert_data, key_data. How can we join the EKS managed cluster to the federated cluster? Or is there any other solution? $ export ca_data=$(base64 NEW_CLUSTER_CA) $ export cert_data=$(base64 NEW_CLUSTER_CERT) $ export key_data=$(base64 NEW_CLUSTER_KEY)