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.
20 lines
466 B
YAML
20 lines
466 B
YAML
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: ebs-hdd
|
|
namespace: openebs
|
|
annotations:
|
|
openebs.io/cas-type: local
|
|
cas.openebs.io/config: |
|
|
- name: StorageType
|
|
value: hostpath
|
|
- name: BasePath
|
|
value: /mnt/data/clusterstore
|
|
provisioner: openebs.io/local
|
|
volumeBindingMode: WaitForFirstConsumer
|
|
allowedTopologies:
|
|
- matchLabelExpressions:
|
|
- key: kubernetes.io/hostname
|
|
values:
|
|
- cluster-dedicated-1
|