From 3a201e5eafe6dff43007977c27127c3b8fbf5242 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 9 Dec 2014 16:20:47 -0800 Subject: [PATCH] Add a note that vagrant suspend is not supported. --- docs/getting-started-guides/vagrant.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started-guides/vagrant.md b/docs/getting-started-guides/vagrant.md index a648a45d19a..a83f1e7b57e 100644 --- a/docs/getting-started-guides/vagrant.md +++ b/docs/getting-started-guides/vagrant.md @@ -281,6 +281,9 @@ Are you sure you built a release first? Did you install `net-tools`? For more cl You can control the number of minions that are instantiated via the environment variable `KUBERNETES_NUM_MINIONS` on your host machine. If you plan to work with replicas, we strongly encourage you to work with enough minions to satisfy your largest intended replica size. If you do not plan to work with replicas, you can save some system resources by running with a single minion. You do this, by setting `KUBERNETES_NUM_MINIONS` to 1 like so: +#### I ran vagrant suspend and nothing works! +```vagrant suspend``` seems to mess up the network. It's not supported at this time. + ``` export KUBERNETES_NUM_MINIONS=1 ```