mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Nova: Mount cgroups read only
This PS updates the mount options for the nova-compute pod to mount cgroups as read only within the pod. Change-Id: I82e958c2865029cd4a093f62614a1e878075098a Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
@@ -248,6 +248,7 @@ spec:
|
||||
mountPath: /run
|
||||
- name: cgroup
|
||||
mountPath: /sys/fs/cgroup
|
||||
readOnly: true
|
||||
- name: pod-shared
|
||||
mountPath: /tmp/pod-shared
|
||||
- name: machine-id
|
||||
|
||||
Reference in New Issue
Block a user