mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Fixed typo in CentOS doc
This commit is contained in:
parent
5c2c42eed8
commit
133310d84d
@ -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=""
|
||||||
|
Loading…
Reference in New Issue
Block a user