Skip to content

Commit 4743716

Browse files
author
k8s-merge-robot
committed
Merge pull request kubernetes#20533 from kolyshkin/patch-1
Auto commit by PR queue bot
2 parents 14e2c2b + c734fca commit 4743716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-guides/centos/centos_manual_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ echo "192.168.121.9 centos-master
8888

8989
```sh
9090
# Comma separated list of nodes in the etcd cluster
91-
KUBE_ETCD_SERVERS="--etcd-servers=http://centos-master:4001"
91+
KUBE_ETCD_SERVERS="--etcd-servers=http://centos-master:2379"
9292

9393
# logging to stderr means we get it in the systemd journal
9494
KUBE_LOGTOSTDERR="--logtostderr=true"

0 commit comments

Comments
 (0)