-
Notifications
You must be signed in to change notification settings - Fork 190
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
Unable to add an AWS EKS cluster : Question #12
Comments
Hi @satyamkapoor Details
|
I have similar issue with GKE clusters. Looks like this problem would be very limiting for adoption, since AWS and GCP are 2 biggest platforms for managed k8s |
The issue is fixed here bcfafd1. Will be released soon. |
@satyamkapoor we've just released new version, could you please check it? |
@zen also should work now with GKE as well |
Hey, Thanks for the update. Just tried to initiate working with the application and got a bummer - _Failed to connect to arn:aws:eks:eu-west-1:0000000000:cluster/my-cluster-name: aws: command not found. Please make sure you have installed AWS CLI. (https://docs.aws.amazon.com/cli/) Do you want to continue saving? Upon trying to add my 'docker for desktop' cluster, I get this message - Am I doing something wrong? |
Do you install AWS CLI? For example
This means that something with connection went wrong. Please, make sure that you enter the right credentials and your cluster is running. |
Hello, I do have AWS cli installed and configured. Upon running brew install cli, it updated things but still the same error. :( Maybe just my system's issue |
I'm also having this problem (version I do have My config looks like this: users:
- name: <cluster_name>
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
args:
- token
- -i
- <token>
command: aws-iam-authenticator
env:
- name: AWS_PROFILE
value: <account_name> |
Nvm, I managed to solve this. I need to pass the full path to the command 🙈 command: /usr/local/bin/aws-iam-authenticator |
Thanks! Works great! I'm closing the issue. |
I have an EKS cluster to which I connect from my machine using kubectl , AWS CLI and AWS IAM. I think it authenticates the user using the AWS IAM in my case.
When I try to add a resource, it detects the kubeconfig but upon clicking ADD SELECTED CLUSTERS, I receive a prompt - Failed to connect to arn:aws:eks:my-cluster-name platform cluster(s). Do you want to continue saving?
Can you please help how to resolve this?
Thanks!
The text was updated successfully, but these errors were encountered: