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
5ded63a6
Commit
5ded63a6
authored
Oct 28, 2016
by
Marek Grabowski
Committed by
GitHub
Oct 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35763 from kubernetes/revert-35350-enable-gci-cmount
Revert "Enable containerized storage plugins mounter on GCI"
parents
433848c1
765f7b94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
configure-helper.sh
cluster/gce/gci/configure-helper.sh
+1
-9
No files found.
cluster/gce/gci/configure-helper.sh
View file @
5ded63a6
...
...
@@ -475,10 +475,7 @@ function start-kubelet {
flags+
=
" --config=/etc/kubernetes/manifests"
flags+
=
" --kubelet-cgroups=/kubelet"
flags+
=
" --system-cgroups=/system"
flags+
=
" --experimental-mounter-path=
${
KUBE_HOME
}
/bin/mounter"
# Note: This patch must match the rootfs path in mounter/mounter
flags+
=
" --experimental-mounter-rootfs-path=/media/root"
if
[[
-n
"
${
KUBELET_PORT
:-}
"
]]
;
then
flags+
=
" --port=
${
KUBELET_PORT
}
"
fi
...
...
@@ -1167,9 +1164,6 @@ For Kubernetes copyright and licensing information, see:
EOF
}
function
pre-warm-mounter
{
${
KUBE_HOME
}
/bin/mounter &> /dev/null
}
########### Main Function ###########
echo
"Start to configure instance for kubernetes"
...
...
@@ -1204,8 +1198,6 @@ else
create-kubeproxy-kubeconfig
fi
# Run the containerized mounter once to pre-cache the container image.
pre-warm-mounter
assemble-docker-flags
load-docker-images
start-kubelet
...
...
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