diff options
| author | Brad Erickson <eosrei@gmail.com> | 2015-11-23 19:01:03 -0800 |
|---|---|---|
| committer | Brad Erickson <eosrei@gmail.com> | 2015-11-25 00:43:52 -0800 |
| commit | ceef4793e3e31ba883c02ea88d9891acd01a80d2 (patch) | |
| tree | 457926ccec7eb443a52a6002e2d45c09037e07df | |
| parent | 30c8bcd84862f86259dcff80fb8621028ebd9378 (diff) | |
Minion->Node rename: KUBERNETES_NODE_MEMORY, VAGRANT_NODE_NAMES, etc
ENABLE_NODE_PUBLIC_IP
NODE_ADDRESS
NODE_BLOCK_DEVICE_MAPPINGS
NODE_CONTAINER_ADDRS
NODE_CONTAINER_NETMASKS
NODE_CONTAINER_SUBNET_BASE
NODE_CONTAINER_SUBNETS
NODE_CPU
| -rw-r--r-- | developer-guides/vagrant.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md index 61560db7..291b85bc 100644 --- a/developer-guides/vagrant.md +++ b/developer-guides/vagrant.md @@ -369,7 +369,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_MINION_MEMORY=2048 +export KUBERNETES_NODE_MEMORY=2048 ``` #### I ran vagrant suspend and nothing works! |
