From b0ab2962084330bb53ec8e756aa0f3f234d73d16 Mon Sep 17 00:00:00 2001 From: suttin Date: Tue, 4 Feb 2020 13:38:28 -0600 Subject: [PATCH] Update _index.md I had to track down the change to allow this setting to find all available options for this yaml (https://github.com/rancher/rancher/issues/15554#issuecomment-421165377) when trying to specify I different default registry for a cluster. --- content/rke/latest/en/example-yamls/_index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/rke/latest/en/example-yamls/_index.md b/content/rke/latest/en/example-yamls/_index.md index 48e7f327930..9b155eecca8 100644 --- a/content/rke/latest/en/example-yamls/_index.md +++ b/content/rke/latest/en/example-yamls/_index.md @@ -65,10 +65,13 @@ ssh_agent_auth: true # List of registry credentials # If you are using a Docker Hub registry, you can omit the `url` # or set it to `docker.io` +# is_default set to `true` will override the system default +# registry set in the global settings private_registries: - - url: registry.com - user: Username - password: password + - url: registry.com + user: Username + password: password + is_default: true # Bastion/Jump host configuration bastion_host: