From 33b1b2dc8fd6d7b432d9ecd7c65b059716284ff5 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Sat, 1 Aug 2026 10:46:09 +0200 Subject: [PATCH] fix deepseek pvc --- llamacpp/pv.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/llamacpp/pv.yaml b/llamacpp/pv.yaml index 5edffb4..aa1207a 100644 --- a/llamacpp/pv.yaml +++ b/llamacpp/pv.yaml @@ -47,6 +47,12 @@ metadata: app: llamacpp spec: storageClassName: manual + volumeName: llamacpp-models # pin to the static hostPath PV by name — forces + # static binding and disables dynamic provisioning. + # The "manual" StorageClass is never created as an + # object; without volumeName a stuck PVC falls + # through to the (nonexistent) provisioner and errors + # with: storageclass.storage.k8s.io "manual" not found accessModes: - ReadWriteMany resources: