helm
helm copied to clipboard
Issue with running example helm chart
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
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.