Install openebs
This commit is contained in:
4
infra/openebs/Makefile
Normal file
4
infra/openebs/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
install:
|
||||
helm repo add openebs https://openebs.github.io/openebs
|
||||
helm repo update openebs
|
||||
helm upgrade -i -n openebs --create-namespace openebs openebs/openebs -f values.yml
|
||||
35
infra/openebs/values.yml
Normal file
35
infra/openebs/values.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
zfs-localpv:
|
||||
cidrs:
|
||||
zfsLocalPv:
|
||||
enabled: false
|
||||
|
||||
lvm-localpv:
|
||||
crds:
|
||||
lmvLocalPv:
|
||||
enabled: false
|
||||
|
||||
mayastor:
|
||||
csi:
|
||||
node:
|
||||
initContainers:
|
||||
# We need to disable the init container that checks for the nvme_tcp module, since Talos has that module built-in.
|
||||
# https://www.talos.dev/v1.9/kubernetes-guides/configuration/storage/#deploy-mayastor
|
||||
enabled: false
|
||||
etcd:
|
||||
clusterDomain: homelab.lumpiasty.xyz
|
||||
# Single node cluster for now
|
||||
replicaCount: 1
|
||||
io_engine:
|
||||
# Workaround for crashing io-engine
|
||||
# https://github.com/openebs/mayastor/issues/1763#issuecomment-2481922234
|
||||
envcontext: "iova-mode=pa"
|
||||
|
||||
engines:
|
||||
local:
|
||||
lvm:
|
||||
enabled: false
|
||||
zfs:
|
||||
enabled: false
|
||||
replicated:
|
||||
mayastor:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user