Fix environment variable error in Vagrant docs: `KUBERNETES_MASTER_MINION` -> `KUBERNETES_MINION_MEMORY`.

pull/6/head
Matt Bogosian 2015-05-07 12:04:31 -07:00
parent 4cef4a89d1
commit 89a5c4d44e
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ If you need more granular control, you can set the amount of memory for the mast
```sh
export KUBERNETES_MASTER_MEMORY=1536
export KUBERNETES_MASTER_MINION=2048
export KUBERNETES_MINION_MEMORY=2048
```
#### I ran vagrant suspend and nothing works!

View File

@ -294,7 +294,7 @@ If you need more granular control, you can set the amount of memory for the mast
```sh
export KUBERNETES_MASTER_MEMORY=1536
export KUBERNETES_MASTER_MINION=2048
export KUBERNETES_MINION_MEMORY=2048
```
#### I ran vagrant suspend and nothing works!