Commit 31f0f2b1 authored by Jørgen Grøndal's avatar Jørgen Grøndal

Update CentOS getting started guide with needed KUBELET_API_SERVER definition

parent b87077c2
......@@ -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=""
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment