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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user