LocalPathProvisioner

Scope: Cluster
Version: v1alpha1

Parameters of the local-path-provisioner instance.

  • spec
    object
    • spec.nodeGroups
      array of strings

      Select nodeGroups for storageClass allowedTopologies.

      Example:

      nodeGroups:
      - master
      - worker
      
    • spec.path
      string

      Required value

      Node root path for PV’s.

      Example:

      path: "/opt/local-path-provisioner"
      
    • spec.reclaimPolicy
      string

      Retain policy for PV’s.

      Default: "Retain"

      Allowed values: Retain, Delete