mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Merge pull request #3270 from riverzhang/fix-registry
Add insecure_registry config to docker options
This commit is contained in:
@@ -61,6 +61,13 @@ kubeadm_checksum: 422a7a32ed9a7b1eaa2a4f9d121674dfbe80eb41e206092c13017d097f75aa
|
||||
vault_binary_checksum: 3c4d70ba71619a43229e65c67830e30e050eab7a81ac6b28325ff707e5914188
|
||||
|
||||
# Containers
|
||||
# In some cases, we need a way to set --registry-mirror or --insecure-registry for docker,
|
||||
# it helps a lot for local private development or bare metal environment.
|
||||
# So you need define --registry-mirror or --insecure-registry, and modify the following url address.
|
||||
# example:
|
||||
# You need to deploy kubernetes cluster on local private development.
|
||||
# Also provide the address of your own private registry.
|
||||
# And use --insecure-registry options for docker
|
||||
etcd_image_repo: "quay.io/coreos/etcd"
|
||||
etcd_image_tag: "{{ etcd_version }}{%- if image_arch != 'amd64' -%}-{{ image_arch }}{%- endif -%}"
|
||||
flannel_image_repo: "quay.io/coreos/flannel"
|
||||
|
||||
Reference in New Issue
Block a user