2025-01-25 19:17:40 +00:00
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Namespace
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
name: openebs
|
|
|
|
name: openebs
|
|
|
|
---
|
|
|
|
apiVersion: helm.cattle.io/v1
|
|
|
|
kind: HelmChart
|
|
|
|
metadata:
|
|
|
|
name: openebs
|
|
|
|
namespace: kube-system
|
|
|
|
spec:
|
|
|
|
repo: https://openebs.github.io/openebs
|
|
|
|
chart: openebs
|
|
|
|
targetNamespace: openebs
|
|
|
|
valuesContent: |-
|
|
|
|
mayastor:
|
|
|
|
etcd:
|
|
|
|
replicaCount: 1
|
|
|
|
engines:
|
|
|
|
local:
|
|
|
|
lvm:
|
|
|
|
enabled: false
|
|
|
|
zfs:
|
|
|
|
enabled: false
|
|
|
|
replicated:
|
|
|
|
mayastor:
|
|
|
|
enabled: true
|
|
|
|
---
|
2025-01-25 20:14:44 +00:00
|
|
|
apiVersion: storage.k8s.io/v1
|
|
|
|
kind: StorageClass
|
|
|
|
metadata:
|
|
|
|
name: cstor-r1
|
|
|
|
allowVolumeExpansion: true
|
|
|
|
parameters:
|
|
|
|
protocol: nvmf
|
|
|
|
repl: "1"
|
|
|
|
provisioner: io.openebs.csi-mayastor
|
|
|
|
---
|
|
|
|
apiVersion: storage.k8s.io/v1
|
|
|
|
kind: StorageClass
|
|
|
|
metadata:
|
2025-01-28 01:22:18 +00:00
|
|
|
name: mayastor-r3
|
2025-01-25 20:14:44 +00:00
|
|
|
annotations:
|
|
|
|
storageclass.kubernetes.io/is-default-class: "true"
|
|
|
|
allowVolumeExpansion: true
|
|
|
|
parameters:
|
|
|
|
protocol: nvmf
|
2025-01-28 01:22:18 +00:00
|
|
|
repl: "3"
|
2025-01-25 20:14:44 +00:00
|
|
|
provisioner: io.openebs.csi-mayastor
|