Merge "Fix iptables locking in L3 neutron container"
This commit is contained in:
commit
5b8d18c021
@ -160,6 +160,8 @@ spec:
|
||||
- name: libmodules
|
||||
mountPath: /lib/modules
|
||||
readOnly: true
|
||||
- name: iptables-lockfile
|
||||
mountPath: /run/xtables.lock
|
||||
- name: socket
|
||||
mountPath: /var/lib/neutron/openstack-helm
|
||||
{{- if .Values.network.share_namespaces }}
|
||||
@ -184,6 +186,9 @@ spec:
|
||||
- name: libmodules
|
||||
hostPath:
|
||||
path: /lib/modules
|
||||
- name: iptables-lockfile
|
||||
hostPath:
|
||||
path: /run/xtables.lock
|
||||
- name: socket
|
||||
hostPath:
|
||||
path: /var/lib/neutron/openstack-helm
|
||||
|
Loading…
x
Reference in New Issue
Block a user