helm icon indicating copy to clipboard operation
helm copied to clipboard

Issue with running example helm chart

Open rishabh6788 opened this issue 5 years ago • 1 comments

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

rishabh6788 avatar Dec 16 '19 14:12 rishabh6788

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 avatar Dec 16 '19 16:12 colinjfw