Merge pull request #3792 from ryfow/vagrant-kubernetes-memory

Get vagrant $vm_mem value from environment
This commit is contained in:
Derek Carr
2015-03-04 21:50:06 -05:00
2 changed files with 11 additions and 2 deletions

View File

@@ -307,5 +307,14 @@ You can control the number of minions that are instantiated via the environment
export NUM_MINIONS=1
```
#### I want my VMs to have more memory !
You can control the memory allotted to virtual machines with the `KUBERNETES_MEMORY` environment variable.
Just set it to the number of megabytes you would like the machines to have. For example:
```
export KUBERNETES_MEMORY=2048
```
#### I ran vagrant suspend and nothing works!
```vagrant suspend``` seems to mess up the network. It's not supported at this time.