Unable to select active EKS cluster during enrollment despite API authentication mode enabled #49418
-
Beta Was this translation helpful? Give feedback.
Answered by
GavinFrazar
Nov 26, 2024
Replies: 1 comment 1 reply
-
@GavinFrazar might be able to make a suggestion here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to hover over the EKS cluster to see a tooltip explaining why it's greyed out (we should make that tooltip more obvious).
That said, I'm guessing you need to enable public endpoint access.
Go to AWS console > EKS > your cluster > Networking, then:
This allows public API endpoint access from 0.0.0.0/0 (i.e anywhere, but still requires auth of course) so that your Teleport Cloud instance can reach it and install the Teleport kube agent (Teleport Cloud does not publish our IP ranges, that's why we say u…