propagate config file

This commit is contained in:
He Simei
2015-12-11 14:43:16 +08:00
parent 23baca87b5
commit 1571edfb94
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