Skip to content

Commit

Permalink
fix flag (#7813)
Browse files Browse the repository at this point in the history
fix flag
  • Loading branch information
fqsghostcloud authored and k8s-ci-robot committed Mar 23, 2018
1 parent a5a0d02 commit 43ca681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/configure-upgrade-etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 43ca681

Please sign in to comment.