vmware-archive / kind-on-c

Make it easy to run kind as a concourse task -- hopefully!
MIT License
24 stars 8 forks source link

kubectl should be installed with `0750` #3

Closed hoegaarden closed 5 years ago

hoegaarden commented 5 years ago

There is a typo in https://github.com/pivotal-k8s/kind-on-c/blob/master/entrypoint.sh#L379 which installs the kubectl binary with 5500/-r-s-----T instead of 0750/-rwxr-x---.