forked from roger/k3s-cluster
deploy qwen 3.8
This commit is contained in:
@@ -9,11 +9,9 @@
|
||||
# nodeAffinity keeps the PV bound to the NUCBox even if labels change later.
|
||||
#
|
||||
# IMPORTANT: capacity is only metadata for a hostPath volume — k8s does NOT
|
||||
# enforce it and bumping it does NOT add physical disk space. The
|
||||
# DeepSeek-V4-Flash-0731 UD-IQ1_M GGUF is ~87 GiB across 3 shards, so the
|
||||
# hostPath filesystem (/data on the NUCBox) must physically have ~95 GiB free.
|
||||
# The fetch-model initContainer checks free space and fails loudly if the disk
|
||||
# is too small; expanding the disk is a host operation, not a manifest change.
|
||||
# enforce it and bumping it does NOT add physical disk space. The active Qwen
|
||||
# primary and draft GGUFs are downloaded into this cache, so the hostPath
|
||||
# filesystem must have enough free space for both models.
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user