LocalPathProvisioner
Scope: Cluster
Version: v1alpha1
Parameters of the local-path-provisioner
instance.
- spec
- spec.nodeGroups
Select nodeGroups for storageClass allowedTopologies.
Example:
nodeGroups: - master - worker
- spec.path
Required value
Node root path for PV’s.
Example:
path: "/opt/local-path-provisioner"
- spec.reclaimPolicy
Retain policy for PV’s.
Default:
"Retain"
Allowed values:
Retain
,Delete