Commit 47437163 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #20533 from kolyshkin/patch-1

Auto commit by PR queue bot
parents 14e2c2b7 c734fca7
...@@ -88,7 +88,7 @@ echo "192.168.121.9 centos-master ...@@ -88,7 +88,7 @@ echo "192.168.121.9 centos-master
```sh ```sh
# Comma separated list of nodes in the etcd cluster # Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd-servers=http://centos-master:4001" KUBE_ETCD_SERVERS="--etcd-servers=http://centos-master:2379"
# logging to stderr means we get it in the systemd journal # logging to stderr means we get it in the systemd journal
KUBE_LOGTOSTDERR="--logtostderr=true" KUBE_LOGTOSTDERR="--logtostderr=true"
......
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