fix flag
This commit is contained in:
fqsghostcloud
2018-03-24 00:37:03 +08:00
committed by k8s-ci-robot
parent a5a0d02c93
commit 43ca681741
@@ -40,7 +40,7 @@ Use a single-node etcd cluster only for testing purpose.
1. Run the following:
./etcd --client-listen-urls=http://$PRIVATE_IP:2379 --client-advertise-urls=http://$PRIVATE_IP:2379
./etcd --listen-client-urls=http://$PRIVATE_IP:2379 --advertise-client-urls=http://$PRIVATE_IP:2379
2. Start Kubernetes API server with the flag `--etcd-servers=$PRIVATE_IP:2379`.