ceph-csi/deploy
Silvan Loser f2e0fa28fb deploy: allowPrivilegeEscalation: true in containerSecurityContext
When running the kubernetes cluster with one single privileged
PodSecurityPolicy which is allowing everything the nodeplugin
daemonset can fail to start. To be precise the problem is the
defaultAllowPrivilegeEscalation: false configuration in the PSP.
 Containers of the nodeplugin daemonset won't start when they
have privileged: true but no allowPrivilegeEscalation in their
container securityContext.

Kubernetes will not schedule if this mismatch exists cannot set
allowPrivilegeEscalation to false and privileged to true:

Signed-off-by: Silvan Loser <silvan.loser@hotmail.ch>
Signed-off-by: Silvan Loser <33911078+losil@users.noreply.github.com>
2022-04-22 23:36:02 +00:00
..
cephcsi/image build: remove cache while building container image 2022-03-28 06:09:27 +00:00
cephfs/kubernetes deploy: allowPrivilegeEscalation: true in containerSecurityContext 2022-04-22 23:36:02 +00:00
nfs/kubernetes nfs: change the image registry for sidecars 2022-04-20 10:05:13 +00:00
rbd/kubernetes deploy: allowPrivilegeEscalation: true in containerSecurityContext 2022-04-22 23:36:02 +00:00
Makefile deploy: add deployment artifacts for NFS support 2022-04-01 10:37:41 +00:00
scc.yaml nfs: add provisioner & plugin sa to scc.yaml 2022-04-13 09:14:15 +00:00