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: * neutron-lb-agent daemonset * neutron-ovs-agent daemonset * neutron-sriov-agent daemonset (unused mount removed) * nova-compute daemeonset Change-Id: I92f1700e56517a74b1fbcc8e3a68567045a593ee
This commit is contained in:
parent
97187997e4
commit
c7c19e85c0
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Neutron
|
||||
name: neutron
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
home: https://docs.openstack.org/neutron/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
||||
sources:
|
||||
|
@ -78,6 +78,7 @@ spec:
|
||||
readOnly: true
|
||||
- name: host-rootfs
|
||||
mountPath: /mnt/host-rootfs
|
||||
mountPropagation: HostToContainer
|
||||
readOnly: true
|
||||
- name: neutron-lb-agent-init
|
||||
{{ tuple $envAll "neutron_linuxbridge_agent" | include "helm-toolkit.snippets.image" | indent 10 }}
|
||||
|
@ -95,6 +95,7 @@ spec:
|
||||
readOnly: true
|
||||
- name: host-rootfs
|
||||
mountPath: /mnt/host-rootfs
|
||||
mountPropagation: HostToContainer
|
||||
readOnly: true
|
||||
{{- if .Values.conf.ovs_dpdk.enabled }}
|
||||
- name: pci-devices
|
||||
|
@ -234,9 +234,6 @@ spec:
|
||||
- name: run
|
||||
hostPath:
|
||||
path: /run
|
||||
- name: host-rootfs
|
||||
hostPath:
|
||||
path: /
|
||||
{{ if $mounts_neutron_sriov_agent.volumes }}{{ toYaml $mounts_neutron_sriov_agent.volumes | indent 8 }}{{ end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Nova
|
||||
name: nova
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
home: https://docs.openstack.org/nova/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||
sources:
|
||||
|
@ -366,6 +366,7 @@ spec:
|
||||
{{- if .Values.conf.enable_iscsi }}
|
||||
- name: host-rootfs
|
||||
mountPath: /mnt/host-rootfs
|
||||
mountPropagation: HostToContainer
|
||||
- name: usrlocalsbin
|
||||
mountPath: /usr/local/sbin
|
||||
- name: etciscsi
|
||||
|
Loading…
x
Reference in New Issue
Block a user