From afc4bedc1462895cee93b0f8451c22675f0fa952 Mon Sep 17 00:00:00 2001 From: Faraz Khawaja Date: Sun, 28 Sep 2025 16:46:36 +0500 Subject: [PATCH 1/2] Update private-registry.md Signed-off-by: Faraz Khawaja --- docs/installation/private-registry.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/installation/private-registry.md b/docs/installation/private-registry.md index 55652c24b..2bb6e57ce 100644 --- a/docs/installation/private-registry.md +++ b/docs/installation/private-registry.md @@ -23,10 +23,6 @@ For example, when pulling `registry.example.com:5000/rancher/mirrored-pause:3.6` In order to be recognized as a registry, the first component of the image name must contain at least one period or colon. For historical reasons, images without a registry specified in their name are implicitly identified as being from `docker.io`. -:::info Version Gate -The `--disable-default-registry-endpoint` option is available as an experimental feature as of January 2024 releases: v1.26.13+k3s1, v1.27.10+k3s1, v1.28.6+k3s1, v1.29.1+k3s1 -::: - Nodes may be started with the `--disable-default-registry-endpoint` option. When this is set, containerd will not fall back to the default registry endpoint, and will only pull from configured mirror endpoints, along with the distributed registry if it is enabled. From 396a85d86f1c682fffeca3bf7ba23332dc032ae8 Mon Sep 17 00:00:00 2001 From: Faraz Khawaja Date: Mon, 29 Sep 2025 15:39:06 +0500 Subject: [PATCH 2/2] Address review comments on private-registry.md Signed-off-by: Faraz Khawaja --- docs/installation/private-registry.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation/private-registry.md b/docs/installation/private-registry.md index 2bb6e57ce..f45d6af81 100644 --- a/docs/installation/private-registry.md +++ b/docs/installation/private-registry.md @@ -23,6 +23,10 @@ For example, when pulling `registry.example.com:5000/rancher/mirrored-pause:3.6` In order to be recognized as a registry, the first component of the image name must contain at least one period or colon. For historical reasons, images without a registry specified in their name are implicitly identified as being from `docker.io`. +:::info Version Gate +The `--disable-default-registry-endpoint` option is available as of January 2024 releases: v1.26.13+k3s1, v1.27.10+k3s1, v1.28.6+k3s1, v1.29.1+k3s1 +::: + Nodes may be started with the `--disable-default-registry-endpoint` option. When this is set, containerd will not fall back to the default registry endpoint, and will only pull from configured mirror endpoints, along with the distributed registry if it is enabled.