-
Notifications
You must be signed in to change notification settings - Fork 142
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
ENOENT Error with AWS EKS #60
Comments
It seems Kubebox is not able to execute
Could you provide your kubeconfig details with the auth provider section as well. |
MacOS: /usr/local/bin/aws-iam-authenticator contexts:
- context:
cluster: eks-cluster
user: aws
name: aws
current-context: aws
kind: Config
preferences: {}
users:
- name: aws
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: aws-iam-authenticator
args:
- "token"
- "-i"
- "eks-cluster"
env:
- name: "AWS_PROFILE"
value: "default" |
Im presenting the same issue. |
There was an issue with setting environment variables see #63 You can workaround this by specifying the path to the executable in your kube config:
Thanks! |
Thanks everyone. Until there is a release I was able to get it to work with the workaround by specifying the full path for aws-iam-authenticator and aws binaries. |
I am trying to use kubebox with AWS EKS. I updated to 0.6.0 which supports the exec auth. I have been unsuccessful in connecting due to the following error:
spawn aws-iam-authenticator ENOENT
Pasting in a token doesn't seem to work either.
Any ideas? What am I missing?
The text was updated successfully, but these errors were encountered: