feat: openebs local volume

This commit is contained in:
Philip Haupt
2025-10-09 23:59:02 +02:00
parent 6ae0a0cfca
commit f8b0357e7e
2 changed files with 289 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ metadata:
- name: StorageType
value: "hostpath"
- name: BasePath
value: "/var/openebs/local"
value: "/var/mnt/local-volume"
openebs.io/cas-type: local
name: openebs-hostpath
provisioner: openebs.io/local
@@ -2428,7 +2428,7 @@ spec:
- name: OPENEBS_IO_ENABLE_ANALYTICS
value: "true"
- name: OPENEBS_IO_BASE_PATH
value: /var/openebs/local
value: /var/mnt/local-volume
- name: OPENEBS_IO_HELPER_IMAGE
value: openebs/linux-utils:4.1.0
- name: OPENEBS_IO_HELPER_POD_HOST_NETWORK
@@ -3602,7 +3602,7 @@ spec:
command:
- /bin/sh
- -c
image: docker.io/bitnami/kubectl:1.25.15
image: docker.io/openebs/kubectl:1.25.15
imagePullPolicy: IfNotPresent
name: pre-upgrade-job
restartPolicy: Never