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
|
||||
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
|
||||
|
@ -192,6 +192,7 @@ spec:
|
||||
subPath: maas-vip-configure
|
||||
readOnly: true
|
||||
- mountPath: /mnt/host-rootfs
|
||||
mountPropagation: HostToContainer
|
||||
name: host-rootfs
|
||||
readOnly: true
|
||||
containers:
|
||||
|
Loading…
x
Reference in New Issue
Block a user