Fix kube-apiserver status checks when changing insecure bind addr (#1633)

This commit is contained in:
Matthew Mosesohn
2017-09-09 23:41:48 +03:00
committed by GitHub
parent 0f231f0e76
commit 75b13caf0b
4 changed files with 7 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ kube_apiserver_ip: "{{ kube_service_addresses|ipaddr('net')|ipaddr(1)|ipaddr('ad
# https
kube_apiserver_port: 6443
# http
kube_apiserver_insecure_bind_address: 127.0.0.1
kube_apiserver_insecure_port: 8080
# Path used to store Docker data