You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: