feat(storage): proxmox-csi-plugin + StorageClass на пулы Proxmox (rpool/local-zfs)
Flate / Flate - Filter (pull_request) Successful in 5s
Flate / Flate (pull_request) Failing after 15s
Flate / Flate - Success (pull_request) Canceled after 0s

This commit is contained in:
2026-09-16 23:22:35 +00:00
parent 6b1fc54c0d
commit 20fb353fac
8 changed files with 148 additions and 0 deletions
@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Secret
metadata:
name: proxmox-csi-config
stringData:
config.yaml: |-
clusters:
- url: https://pve.grachevko.ru:8006/api2/json
# PVE отдаёт самоподписанный сертификат — проверку отключаем.
insecure: true
token_id: kubernetes-csi@pve!csi
# TODO: вписать секрет токена из `pveum user token add kubernetes-csi@pve csi`
# и зашифровать файл: sops -e -i kubernetes/apps/storage/proxmox-csi/app/secret.sops.yaml
token_secret: REPLACE_WITH_PVE_TOKEN_SECRET
# region = имя Proxmox-кластера (pvecm create home-ops),
# zone (имя узла PVE) приходит из метки topology.kubernetes.io/zone.
region: home-ops