Thanks for submitting an issue! Please fill in as much of the template below as
you can.
------------- BUG REPORT TEMPLATE --------------------
kops version are you running? The command kops version, will displaykubectl version will print thekops flag.What commands did you run? What is the simplest way to reproduce this issue?
kops export kubecfg ${CLUSTER_NAME} --state=$KOPS_STATE_STORE
envsubst < deployment.yml > deployment-${CI_COMMIT_TAG}.yml
kubectl apply -f <(istioctl kube-inject -f deployment-${CI_COMMIT_TAG}.yml --includeIPRanges=${IP_RANGE})
What happened after the commands executed?
/bin/bash: line 87: /usr/local/bin/kubectl: Permission denied
What did you expect to happen?
Service created
sudo chmod +x /usr/local/bin/kubectl
I fixed it, thanks
Most helpful comment
sudo chmod +x /usr/local/bin/kubectl