Remove Bidirectional mounts of /run for virtlet-ds
- Also switch RollingUpgrades to OnDelete of virtlet
daemonset
Change-Id: I5f3d9e23a4506d6b5f141dd25f76e8296afea7ce
Related-PROD: PROD-26587 (PROD:26587)
diff --git a/kubernetes/files/kube-addons/virtlet/virtlet-ds.yml b/kubernetes/files/kube-addons/virtlet/virtlet-ds.yml
index 84d279f..c3b6e38 100644
--- a/kubernetes/files/kube-addons/virtlet/virtlet-ds.yml
+++ b/kubernetes/files/kube-addons/virtlet/virtlet-ds.yml
@@ -122,7 +122,6 @@
- mountPath: /kubelet-volume-plugins
name: k8s-flexvolume-plugins-dir
- mountPath: /run
- mountPropagation: Bidirectional
name: run
- mountPath: /hostlog
name: log
@@ -158,7 +157,6 @@
name: boot
readOnly: true
- mountPath: /run
- mountPropagation: Bidirectional
name: run
- mountPath: /var/lib/virtlet
name: virtlet
@@ -187,7 +185,6 @@
privileged: true
volumeMounts:
- mountPath: /run
- mountPropagation: Bidirectional
name: run
- mountPath: /lib/modules
name: modules
@@ -220,6 +217,8 @@
- mountPath: /var/run/netns
mountPropagation: Bidirectional
name: netns-dir
+ - name: cgroup
+ mountPath: /sys/fs/cgroup
- name: vms
command:
@@ -295,7 +294,8 @@
- configMap:
name: virtlet-image-translations
name: image-name-translations
- updateStrategy: {}
+ updateStrategy:
+ type: OnDelete
---
apiVersion: rbac.authorization.k8s.io/v1beta1