[ceph-osd] Change var crash mount propagation to HostToContainer

- As it will be a security violation to mount anything under /var
partition to pods , changing the mount propagation to HostToContainer

Change-Id: If7a27304507a9d1bcb9efcef4fc1146f77080a4f
This commit is contained in:
Chinasubbareddy Mallavarapu
2021-08-04 18:34:33 +00:00
committed by chinasubbareddy mallavarapu
parent 8d00380469
commit 7117c93772
3 changed files with 5 additions and 1 deletions

View File

@@ -28,4 +28,5 @@ ceph-osd:
- 0.1.25 Export crash dumps when Ceph daemons crash
- 0.1.26 Mount /var/crash inside ceph-osd pods
- 0.1.27 Limit Ceph OSD Container Security Contexts
- 0.1.28 Change var crash mount propagation to HostToContainer
...