Merge pull request #13124 from linzichang/master

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-08-31 13:39:32 -07:00
2 changed files with 42 additions and 1 deletions

View File

@@ -227,6 +227,12 @@ Bring up a libvirt-CoreOS cluster of 5 nodes
NUM_MINIONS=5 cluster/kube-up.sh
```
Bring up a libvirt-CoreOS cluster with a local etcd discovery
```sh
DISCOVERY=local-etcd cluster/kube-up.sh
```
Destroy the libvirt-CoreOS cluster
```sh