Files
kubernetes/Vagrantfile
Dmitry Shulyak 1ec4295266 Increate memory for vagrant slave nodes to 2048
With current default number (1024) i am not able to spawn all required for
e2e tests kube-system containers. I had problems with heapster replicas, and
it was obvious from kube-scheduler logs that it is in Pending exaclty because of
insufficient memory.

To reproduce:
1. KUBERNETES_PROVIDER=vagrant ./cluster/kube-up.sh
2. Run any e2e test

Change-Id: I963347e86c7129607f07ce1cea8cc0b536b09b72
2016-09-15 15:16:29 +03:00

11 KiB