Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3ddff2b2
Commit
3ddff2b2
authored
Jun 20, 2016
by
k8s-merge-robot
Committed by
GitHub
Jun 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27740 from andyzheng0831/gci-fix
Automatic merge from submit-queue GCI: fix kubectl permission issue #27643
parents
64b2c0e2
d05b14f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.sh
cluster/gce/gci/configure.sh
+2
-2
No files found.
cluster/gce/gci/configure.sh
View file @
3ddff2b2
...
@@ -139,8 +139,8 @@ function install-kube-binary-config {
...
@@ -139,8 +139,8 @@ function install-kube-binary-config {
if
[[
"
${
TEST_CLUSTER
:-}
"
==
"true"
]]
||
\
if
[[
"
${
TEST_CLUSTER
:-}
"
==
"true"
]]
||
\
[[
"
${
builtin_version
}
"
!=
"
${
required_version
}
"
]]
;
then
[[
"
${
builtin_version
}
"
!=
"
${
required_version
}
"
]]
;
then
cp
"
${
src_dir
}
/kubectl"
"
${
kube_bin
}
"
cp
"
${
src_dir
}
/kubectl"
"
${
kube_bin
}
"
chmod
544
"
${
kube_bin
}
/kubelet"
chmod
755
"
${
kube_bin
}
/kubelet"
chmod
544
"
${
kube_bin
}
/kubectl"
chmod
755
"
${
kube_bin
}
/kubectl"
mount
--bind
"
${
kube_bin
}
/kubelet"
/usr/bin/kubelet
mount
--bind
"
${
kube_bin
}
/kubelet"
/usr/bin/kubelet
mount
--bind
"
${
kube_bin
}
/kubectl"
/usr/bin/kubectl
mount
--bind
"
${
kube_bin
}
/kubectl"
/usr/bin/kubectl
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment