Open ghost opened 4 years ago
do you have more details? How can I solve this issue?
Here what we did:
for the purpose of this issue case, you probably want to make this as an optional parameter like "psp.enabled=true" and "serviceaccount.create=true".
hi @mchuegeh, we are now moving to https://github.com/kubernetes-csi/csi-driver-smb, do you have time contributing to this project? thanks.
Is your feature request related to a problem?/Why is this needed We run secure Kubernetes 1.16+ environments where Pod Security Policies (PSP) is required for any Pod to start. When we deploy the helm package for the SMB FlexVolume plugin it fails to start
Describe the solution you'd like in detail The helm package includes PSP support, including creating the service account under which the installer pod runs as.
Describe alternatives you've considered Manually create the required Kubernetes definitions to support PSP, including post-installation change to the installer's deployment - however it's more effective to have that supported out of the box.
Additional context See https://kubernetes.io/docs/concepts/policy/pod-security-policy/