From 31f0f2b17ff107adf3ab419c8b2c340bc1d3bddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Gr=C3=B8ndal?= Date: Wed, 26 Aug 2015 15:08:41 +0200 Subject: [PATCH] Update CentOS getting started guide with needed KUBELET_API_SERVER definition --- docs/getting-started-guides/centos/centos_manual_config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started-guides/centos/centos_manual_config.md b/docs/getting-started-guides/centos/centos_manual_config.md index f864bf18403..3eb96516bae 100644 --- a/docs/getting-started-guides/centos/centos_manual_config.md +++ b/docs/getting-started-guides/centos/centos_manual_config.md @@ -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="" ```