Skip to content

Commit

Permalink
Merge pull request #27740 from andyzheng0831/gci-fix
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

GCI: fix kubectl permission issue #27643
  • Loading branch information
k8s-merge-robot authored Jun 21, 2016
2 parents 64b2c0e + d05b14f commit 3ddff2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/gce/gci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ function install-kube-binary-config {
if [[ "${TEST_CLUSTER:-}" == "true" ]] || \
[[ "${builtin_version}" != "${required_version}" ]]; then
cp "${src_dir}/kubectl" "${kube_bin}"
chmod 544 "${kube_bin}/kubelet"
chmod 544 "${kube_bin}/kubectl"
chmod 755 "${kube_bin}/kubelet"
chmod 755 "${kube_bin}/kubectl"
mount --bind "${kube_bin}/kubelet" /usr/bin/kubelet
mount --bind "${kube_bin}/kubectl" /usr/bin/kubectl
else
Expand Down

0 comments on commit 3ddff2b

Please sign in to comment.