Files
kubernetes/test/e2e/testing-manifests/storage-csi/hostpath
Patrick Ohly cf125a2db3 e2e storage: enable testing of ephemeral inline volumes with hostpath CSI driver
We need the 1.2.0 driver for that because that has support for
detecting the volume mode dynamically, and we need to deploy a
CSIDriver object which enables pod info (for the dynamic detection)
and both modes (to satisfy the new mode sanity check).
2019-08-28 12:20:54 +02: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