mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-18 10:55:21 +00:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user