Commit 3dd3aa27 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #13442 from liebowitz/master

Fixed typo in CentOS doc: api-servers arg
parents 03fc5519 133310d8
...@@ -174,7 +174,7 @@ KUBELET_PORT="--port=10250" ...@@ -174,7 +174,7 @@ KUBELET_PORT="--port=10250"
KUBELET_HOSTNAME="--hostname-override=centos-minion" KUBELET_HOSTNAME="--hostname-override=centos-minion"
# Location of the api-server # 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! # Add your own!
KUBELET_ARGS="" 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