Skip to content
Snippets Groups Projects
Commit cb92b30c authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Merge pull request #273 from kubespray/default_to_insecure_registry

example env allow insecure-registry
parents 96a2439c 67147cf4
No related branches found
No related tags found
No related merge requests found
...@@ -124,11 +124,13 @@ dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(2)|ipaddr('address') ...@@ -124,11 +124,13 @@ dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(2)|ipaddr('address')
# balance roundrobin # balance roundrobin
# apiserver_loadbalancer_domain_name: "lb-apiserver.kubernetes.local" # apiserver_loadbalancer_domain_name: "lb-apiserver.kubernetes.local"
##Set these proxy values in order to update docker daemon to use proxies ## Set these proxy values in order to update docker daemon to use proxies
#http_proxy: "" # http_proxy: ""
#https_proxy: "" # https_proxy: ""
#no_proxy: "" # no_proxy: ""
##A string of extra options to pass to the docker daemon. ## A string of extra options to pass to the docker daemon.
##This string should be exactly as you wish it to appear. ## This string should be exactly as you wish it to appear.
#docker_options: "" ## An obvious use case is allowing insecure-registry access
## to self hosted registries like so:
docker_options: "--insecure-registry={{ kube_service_addresses }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment