-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fails on EKS #1
Comments
Crazy.... why wouldn't there be a token automatically created? Is this just a vanilla EKS cluster or do you have some other security products/configuration applied that would prevent tokens from being issued? |
Nah, it's a vanilla one. Wondering, could it be that there is an CRD missing? |
How are you doing auth? kube2iam, kiam, or aws IAM Also, are you pulling the token? I'll be interested to see if it's an auth or pulling the token issue |
Hi @kenlavoie thanks for chiming in!
This is a vanilla EKS cluster so using the default aws-iam-authenticator.
It was provisioned using
What exactly do you mean by "pulling the token" ? FWIW, executing |
Tried to deploy on EKS and fails.
My environment:
No pod comes up, due to:
Great stuff, can't wait to use it. Thanks and KUTGW!
The text was updated successfully, but these errors were encountered: