Merge pull request #201 from justinsb/kubelet_fast_path

Make sure master uses 127.0.0.1:8080 to reach apiserver
This commit is contained in:
Justin Santa Barbara 2016-07-25 10:44:05 -04:00 committed by GitHub
commit b3713f66d3
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ MasterKubelet:
EnableDebuggingHandlers: false
HairpinMode: none
PodCIDR: 10.123.45.0/30
APIServers: http://127.0.0.1:8080