Ok longhorn

This commit is contained in:
2024-08-19 01:05:52 +01:00
parent e139e13806
commit 02bc749c24
11 changed files with 61 additions and 53 deletions

View File

@@ -1,11 +0,0 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: local-storage
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: rancher.io/local-path
parameters:
nodePath: /usr/local
pathPattern: "{{ .PVC.Namespace }}/{{ .PVC.Name }}"
reclaimPolicy: Retain