You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
YAML
13 lines
328 B
YAML
kind: StorageClass
|
|
apiVersion: storage.k8s.io/v1
|
|
metadata:
|
|
name: local-ssd
|
|
annotations:
|
|
storageclass.kubernetes.io/is-default-class: "true"
|
|
provisioner: cluster.local/local-path-provisioner
|
|
parameters:
|
|
nodePath: /var/cluster-local-storage
|
|
fromBackup: ""
|
|
volumeBindingMode: WaitForFirstConsumer
|
|
reclaimPolicy: Delete
|