From c2f6275a6cb654b48131554a0cf945254c70b292 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 10 Jun 2021 17:38:21 -0700 Subject: [PATCH] Add example URL for private registries. Closes #2703 --- .../en/config-options/private-registries/_index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/private-registries/_index.md b/content/rke/latest/en/config-options/private-registries/_index.md index 1fe91b8b182..1d3226826ba 100644 --- a/content/rke/latest/en/config-options/private-registries/_index.md +++ b/content/rke/latest/en/config-options/private-registries/_index.md @@ -15,7 +15,18 @@ private_registries: password: mypassword ``` -> **Note:** If you are using a Docker Hub registry, you can omit the `url` or set it to `docker.io`. +If you are using a Docker Hub registry, you can omit the `url` or set it to `docker.io`. + +> **Note:** Although the directive is named `url`, there is no need to prefix the host or IP address with `https://`. + +Valid `url` examples include: + +```yaml +url: registry.com +url: registry.com:5555 +url: 1.1.1.1 +url: 1.1.1.1:5555/artifactory +``` ### Default Registry