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:
parent
ff7676e58e
commit
ccfbd4340f
@ -15,7 +15,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: Chart to run Canonical MaaS
|
description: Chart to run Canonical MaaS
|
||||||
name: maas
|
name: maas
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
home: https://docs.ubuntu.com/maas
|
home: https://docs.ubuntu.com/maas
|
||||||
sources:
|
sources:
|
||||||
- https://git.launchpad.net/maas
|
- https://git.launchpad.net/maas
|
||||||
|
@ -192,6 +192,7 @@ spec:
|
|||||||
subPath: maas-vip-configure
|
subPath: maas-vip-configure
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- mountPath: /mnt/host-rootfs
|
- mountPath: /mnt/host-rootfs
|
||||||
|
mountPropagation: HostToContainer
|
||||||
name: host-rootfs
|
name: host-rootfs
|
||||||
readOnly: true
|
readOnly: true
|
||||||
containers:
|
containers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user