Skip to content
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

Issue with running example helm chart #17

Open
rishabh6788 opened this issue Dec 16, 2019 · 1 comment
Open

Issue with running example helm chart #17

rishabh6788 opened this issue Dec 16, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rishabh6788
Copy link

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

@colinjfw
Copy link
Collaborator

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.

@colinjfw colinjfw added enhancement New feature or request good first issue Good for newcomers labels Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants