From ade51fc0ec02710917071ba253d1f92cd7e0543c Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Fri, 20 Sep 2019 11:16:48 +0200 Subject: [PATCH] Remove double line from rke config --- ansible/roles/rke_configuration/templates/cluster.yml.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/roles/rke_configuration/templates/cluster.yml.j2 b/ansible/roles/rke_configuration/templates/cluster.yml.j2 index 3d51d6f7c..07d90dccb 100644 --- a/ansible/roles/rke_configuration/templates/cluster.yml.j2 +++ b/ansible/roles/rke_configuration/templates/cluster.yml.j2 @@ -51,13 +51,12 @@ services: {% if flexvolume_plugins %} volume-plugin-dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec {% endif %} - containerized: "true" 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 - # Make local storage work with persistant volumes that use `subpath` - # see https://open.greenhost.net/openappstack/openappstack/issues/236 {% endif %} cluster_domain: cluster.local infra_container_image: "" -- GitLab