Merge pull request #18561 from ZJU-SEL/configurable-config-file

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-14 13:56:54 -08:00
4 changed files with 28 additions and 20 deletions

View File

@@ -156,7 +156,7 @@ bring up the whole cluster.
`$ KUBERNETES_PROVIDER=ubuntu ./kube-up.sh`
The scripts automatically `scp` binaries and config files to all the machines and start kubernetes
The scripts automatically copy binaries and config files to all the machines via `scp` and start kubernetes
service on them. The only thing you need to do is to type the sudo password when promoted.
```console