Closed hoegaarden closed 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---.
5500/-r-s-----T
0750/-rwxr-x---
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 of0750/-rwxr-x---
.