feat(cluster): add default container registry field to advanced config

Surface the top-level system_default_container_registry as a dedicated
input (both Docker and K8s), coerce blank to null, and drop its
redundant worker_config YAML hint.
This commit is contained in:
Yuxing Deng
2026-05-29 23:11:46 +08:00
committed by jialin
parent 1b6466ae78
commit f62e0ba372
8 changed files with 46 additions and 5 deletions
@@ -9,7 +9,6 @@ export const dockerConfig = `# This is a template for worker_config.
# ========= container & image ===========
# system_default_container_registry: "docker.io"
# image_name_override: "gpustack/gpustack:dev"
# image_repo: "gpustack/gpustack"
@@ -53,7 +52,6 @@ export const kubernetesConfig = `# This is a template for worker_config.
# ========= container & image ===========
# system_default_container_registry: "docker.io"
# image_name_override: "gpustack/gpustack:dev"
# image_repo: "gpustack/gpustack"