support proxies with docker on rhel

This commit is contained in:
Spencer Smith
2016-05-10 15:49:27 -07:00
parent 96c63cc0b6
commit adceaf60e1
4 changed files with 34 additions and 0 deletions

View File

@@ -123,3 +123,8 @@ dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(2)|ipaddr('address')
# server master2 10.99.0.27:443
# balance roundrobin
# apiserver_loadbalancer_domain_name: "lb-apiserver.kubernetes.local"
##Set these proxy values in order to update docker daemon to use proxies
#http_proxy: ""
#https_proxy: ""
#no_proxy: ""