We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am new to K8S and following the example steps to deploy the deliverybot example helm chart on AWS EKS Cluster. I followed all the steps and add my kubeconfig file details but when i run the action I am getting below error: Error: Get https://A1D2B1ED99BC87833C122F269E72115B.gr7.us-east-1.eks.amazonaws.com/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: getting credentials: *** *** "aws": executable file not found in $PATH
I am sure it must be something trivial that i am missing. Can you please guide me on how to troubleshoot this issue.
Regards, Rishabh
The text was updated successfully, but these errors were encountered:
Ah ya I know what's going on here. We need to probably embed the ecr-credential-helper inside the docker container. Can read about this project here: https://github.com/awslabs/amazon-ecr-credential-helper.
You'll then need to pass environment variables like AWS_ACCESS_KEY_ID into the container.
Sorry, something went wrong.
No branches or pull requests
Hi,
I am new to K8S and following the example steps to deploy the deliverybot example helm chart on AWS EKS Cluster.
I followed all the steps and add my kubeconfig file details but when i run the action I am getting below error:
Error: Get https://A1D2B1ED99BC87833C122F269E72115B.gr7.us-east-1.eks.amazonaws.com/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: getting credentials: *** *** "aws": executable file not found in $PATH
I am sure it must be something trivial that i am missing. Can you please guide me on how to troubleshoot this issue.
Regards,
Rishabh
The text was updated successfully, but these errors were encountered: