From 515998e7084414c0ee71d1fa41fe30179966fb8c Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 27 Jun 2024 09:09:06 +1000 Subject: [PATCH] update storage class local-mount-nfs --- .../kube-system/misc/storage-class-local-mount-nfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/kube-system/misc/storage-class-local-mount-nfs.yaml b/kubernetes/infrastructure/kube-system/misc/storage-class-local-mount-nfs.yaml index 328e763..86056bb 100644 --- a/kubernetes/infrastructure/kube-system/misc/storage-class-local-mount-nfs.yaml +++ b/kubernetes/infrastructure/kube-system/misc/storage-class-local-mount-nfs.yaml @@ -2,6 +2,6 @@ apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: local-mount-nfs -provisioner: kubernetes.io/no-provisioner +provisioner: rancher.io/local-path reclaimPolicy: Retain volumeBindingMode: WaitForFirstConsumer