From ac0d5244d3f2d10aeb1d0fa65f06aaa8dc5b7f55 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 5 Dec 2025 04:19:04 +0100 Subject: [PATCH] feat: Added openebs patch --- patches/openebs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patches/openebs.yaml diff --git a/patches/openebs.yaml b/patches/openebs.yaml new file mode 100644 index 0000000..0f1f58a --- /dev/null +++ b/patches/openebs.yaml @@ -0,0 +1,16 @@ +machine: + # This is only needed on nodes that will have storage + sysctls: + vm.nr_hugepages: "1024" + nodeLabels: + openebs.io/engine: mayastor + # This is needed on ALL nodes + kubelet: + extraMounts: + - destination: /var/local + type: bind + source: /var/local + options: + - bind + - rshared + - rw