Update CentOS getting started guide with needed KUBELET_API_SERVER definition

This commit is contained in:
Jørgen Grøndal 2015-08-26 15:08:41 +02:00
parent b87077c270
commit 31f0f2b17f

View File

@ -173,6 +173,9 @@ KUBELET_PORT="--port=10250"
# You may leave this blank to use the actual hostname
KUBELET_HOSTNAME="--hostname-override=centos-minion"
# Location of the api-server
KUBELET_API_SERVER="--api-server=http://centos-master:8080"
# Add your own!
KUBELET_ARGS=""
```