Use HostToContainer mountPropagation

For any host mounts that include /var/lib/kubelet, use HostToContainer
mountPropagation, which avoids creating extra references to mounts in
other containers.

Affects the following resources:
* maas-ingress deployment

Change-Id: I8f8239dc868e30d0203cb994b0eb6a615f40d87b
This commit is contained in:
Phil Sphicas 2021-01-07 18:46:19 +00:00
parent ff7676e58e
commit ccfbd4340f
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
apiVersion: v1
description: Chart to run Canonical MaaS
name: maas
version: 0.1.0
version: 0.1.1
home: https://docs.ubuntu.com/maas
sources:
- https://git.launchpad.net/maas

View File

@ -192,6 +192,7 @@ spec:
subPath: maas-vip-configure
readOnly: true
- mountPath: /mnt/host-rootfs
mountPropagation: HostToContainer
name: host-rootfs
readOnly: true
containers: