From 133310d84d063ee4eb601af8b6cd24a3601649d2 Mon Sep 17 00:00:00 2001 From: Greg Liebowitz Date: Tue, 1 Sep 2015 09:10:38 -0400 Subject: [PATCH] Fixed typo in CentOS doc --- docs/getting-started-guides/centos/centos_manual_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/centos/centos_manual_config.md b/docs/getting-started-guides/centos/centos_manual_config.md index 3eb96516bae..f48cd1625fe 100644 --- a/docs/getting-started-guides/centos/centos_manual_config.md +++ b/docs/getting-started-guides/centos/centos_manual_config.md @@ -174,7 +174,7 @@ KUBELET_PORT="--port=10250" KUBELET_HOSTNAME="--hostname-override=centos-minion" # Location of the api-server -KUBELET_API_SERVER="--api-server=http://centos-master:8080" +KUBELET_API_SERVER="--api-servers=http://centos-master:8080" # Add your own! KUBELET_ARGS=""