Files
kubernetes/test/e2e/testing-manifests/storage-csi/hostpath
Jan Safranek d3c562f7e0 Run all csi-hostpath containers as privileged
On systems with SELinux enabled, non-privileged containers can't access
data of privileged containers. Since the CSI driver socket is exposed
by a privileged container, all sidecars must be privileged too.
2019-12-05 13:02:53 +01:00
..
2019-01-30 19:04:45 +08:00

A partial copy of https://github.com/kubernetes-csi/docs/tree/master/book/src/example, with some modifications:

  • serviceAccountName is used instead of the deprecated serviceAccount
  • the RBAC roles from driver-registrar, external-attacher, external-provisioner and external-snapshotter are used