Skip to content

Commit fcee09a

Browse files
committed
Merge pull request kubernetes#13205 from JorgenG/master
Update CentOS getting started guide with needed KUBELET_API_SERVER
2 parents 0f31dfa + 31f0f2b commit fcee09a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/getting-started-guides/centos/centos_manual_config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ KUBELET_PORT="--port=10250"
173173
# You may leave this blank to use the actual hostname
174174
KUBELET_HOSTNAME="--hostname-override=centos-minion"
175175

176+
# Location of the api-server
177+
KUBELET_API_SERVER="--api-server=http://centos-master:8080"
178+
176179
# Add your own!
177180
KUBELET_ARGS=""
178181
```

0 commit comments

Comments
 (0)