Specify bash when installing kubernetes via get.k8s.io.

Fixes #5689.
This commit is contained in:
Robert Bailey
2015-03-21 22:50:29 -07:00
parent ef758881d1
commit a7bc9edb96
3 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ Setting up a cluster is as simple as running:
```
export KUBERNETES_PROVIDER=vagrant
curl -sS https://get.k8s.io | sh
curl -sS https://get.k8s.io | bash
```
The `KUBERNETES_PROVIDER` environment variable tells all of the various cluster management scripts which variant to use. If you forget to set this, the assumption is you are running on Google Compute Engine.