LocalPathProvisioner

Scope: Cluster
Version: v1alpha1

Parameters of the local-path-provisioner instance.

  • specobject
    • spec.nodeGroupsarray of strings

      Select nodeGroups for storageClass allowedTopologies.

      Example:

      nodeGroups:
      - master
      - worker
      
    • spec.pathstring

      Required value

      Node root path for PV’s.

      Example:

      path: "/opt/local-path-provisioner"
      
    • spec.reclaimPolicystring

      Retain policy for PV’s.

      Default: "Retain"

      Allowed values: Retain, Delete