Skip to content

Commit 31f0f2b

Browse files
author
Jørgen Grøndal
committed
Update CentOS getting started guide with needed KUBELET_API_SERVER definition
1 parent b87077c commit 31f0f2b

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)