Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
3e3787de
Commit
3e3787de
authored
7 years ago
by
Matthew Mosesohn
Browse files
Options
Downloads
Patches
Plain Diff
Fix local volume provisioner mount point for rkt
parent
c0e989b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/kubernetes/node/templates/kubelet.rkt.service.j2
+1
-1
1 addition, 1 deletion
roles/kubernetes/node/templates/kubelet.rkt.service.j2
roles/kubernetes/preinstall/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/kubernetes/preinstall/tasks/main.yml
with
2 additions
and
1 deletion
roles/kubernetes/node/templates/kubelet.rkt.service.j2
+
1
−
1
View file @
3e3787de
...
...
@@ -32,7 +32,7 @@ ExecStart=/usr/bin/rkt run \
--volume etc-cni,kind=host,source=/etc/cni,readOnly=true \
--volume opt-cni,kind=host,source=/opt/cni,readOnly=true \
--volume var-lib-cni,kind=host,source=/var/lib/cni,readOnly=false \
--volume local-volume-base-dir,
target
{{ local_volume_base_dir }},readOnly=false,recursive=true \
--volume local-volume-base-dir,
kind=host,source=
{{ local_volume_base_dir }},readOnly=false,recursive=true \
--mount volume=etc-cni,target=/etc/cni \
--mount volume=opt-cni,target=/opt/cni \
--mount volume=var-lib-cni,target=/var/lib/cni \
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/preinstall/tasks/main.yml
+
1
−
0
View file @
3e3787de
...
...
@@ -60,6 +60,7 @@
-
"
{{
kube_config_dir
}}/ssl"
-
"
{{
kube_manifest_dir
}}"
-
"
{{
kube_script_dir
}}"
-
"
{{
local_volume_base_dir
}}"
-
name
:
check cloud_provider value
fail
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment