From 3bb505d43fd09b045866ee0a6a6094d5dc59a322 Mon Sep 17 00:00:00 2001 From: Wei Tie Date: Thu, 14 Dec 2017 14:59:40 -0800 Subject: [PATCH] Remove unrequired mounts --- .../contiv/templates/contiv-netmaster.yml.j2 | 30 ------------------- .../contiv/templates/contiv-netplugin.yml.j2 | 12 -------- 2 files changed, 42 deletions(-) diff --git a/roles/network_plugin/contiv/templates/contiv-netmaster.yml.j2 b/roles/network_plugin/contiv/templates/contiv-netmaster.yml.j2 index 3129674a8..56be2d93d 100644 --- a/roles/network_plugin/contiv/templates/contiv-netmaster.yml.j2 +++ b/roles/network_plugin/contiv/templates/contiv-netmaster.yml.j2 @@ -50,41 +50,11 @@ spec: securityContext: privileged: true volumeMounts: - - mountPath: /etc/openvswitch - name: etc-openvswitch - readOnly: false - - mountPath: /lib/modules - name: lib-modules - readOnly: false - - mountPath: /var/run - name: var-run - readOnly: false - mountPath: /var/contiv name: var-contiv readOnly: false - - mountPath: /etc/kubernetes/ssl - name: etc-kubernetes-ssl - readOnly: false - - mountPath: /opt/cni/bin - name: cni-bin-dir - readOnly: false volumes: # Used by contiv-netmaster - - name: etc-openvswitch - hostPath: - path: /etc/openvswitch - - name: lib-modules - hostPath: - path: /lib/modules - - name: var-run - hostPath: - path: /var/run - name: var-contiv hostPath: path: /var/contiv - - name: etc-kubernetes-ssl - hostPath: - path: /etc/kubernetes/ssl - - name: cni-bin-dir - hostPath: - path: /opt/cni/bin diff --git a/roles/network_plugin/contiv/templates/contiv-netplugin.yml.j2 b/roles/network_plugin/contiv/templates/contiv-netplugin.yml.j2 index b49a2e928..9c2c0a036 100644 --- a/roles/network_plugin/contiv/templates/contiv-netplugin.yml.j2 +++ b/roles/network_plugin/contiv/templates/contiv-netplugin.yml.j2 @@ -75,12 +75,6 @@ spec: - mountPath: /var/contiv name: var-contiv readOnly: false - - mountPath: /etc/kubernetes/pki - name: etc-kubernetes-pki - readOnly: false - - mountPath: /etc/kubernetes/ssl - name: etc-kubernetes-ssl - readOnly: false - mountPath: /opt/cni/bin name: cni-bin-dir readOnly: false @@ -101,12 +95,6 @@ spec: - name: var-contiv hostPath: path: /var/contiv - - name: etc-kubernetes-pki - hostPath: - path: /etc/kubernetes/pki - - name: etc-kubernetes-ssl - hostPath: - path: /etc/kubernetes/ssl # Used to install CNI. - name: cni-bin-dir hostPath: