Skip to content
Snippets Groups Projects
Commit ea36860b authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '236-local-storage-not-working-together-with-subpath' into 'master'

Resolve "Local storage not working together with subpath"

Closes #236

See merge request openappstack/openappstack!80
parents edb316f4 ade51fc0
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,16 @@ services:
image: ""
kubelet:
image: ""
{% if flexvolume_plugins %}
extra_args:
containerized: "true"
{% if flexvolume_plugins %}
volume-plugin-dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
{% endif %}
extra_binds:
# Make local storage work with persistent volumes that use `subpath`
# see https://open.greenhost.net/openappstack/openappstack/issues/236
- "/:/rootfs:rshared"
{% if flexvolume_plugins %}
- /usr/libexec/kubernetes/kubelet-plugins/volume/exec:/usr/libexec/kubernetes/kubelet-plugins/volume/exec
{% endif %}
cluster_domain: cluster.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment