forked from roger/k3s-cluster
fix deepseek pvc
This commit is contained in:
@@ -47,6 +47,12 @@ metadata:
|
|||||||
app: llamacpp
|
app: llamacpp
|
||||||
spec:
|
spec:
|
||||||
storageClassName: manual
|
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:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user