Merge pull request #76 from v1k0d3n/master

more memory for dev mode
This commit is contained in:
Brandon B. Jozsa 2017-01-01 15:27:05 -05:00 committed by GitHub
commit 4cf34f2046

View File

@ -29,6 +29,7 @@ $ minikube start \
--network-plugin=cni \ --network-plugin=cni \
--kubernetes-version v1.5.1 \ --kubernetes-version v1.5.1 \
--disk-size 40g --disk-size 40g
--memory 4048
``` ```
Next, deploy the [Calico](http://docs.projectcalico.org/master/getting-started/kubernetes/installation/hosted/hosted) manifest. This is not a requirement in cases where you want to use your own CNI-enabled SDN, however you are doing so at your own experience. Note which versions of Calico are recommended for the project in our [Installation Guide](https://github.com/att-comdev/openstack-helm/blob/master/docs/installation/getting-started.md#overview). Next, deploy the [Calico](http://docs.projectcalico.org/master/getting-started/kubernetes/installation/hosted/hosted) manifest. This is not a requirement in cases where you want to use your own CNI-enabled SDN, however you are doing so at your own experience. Note which versions of Calico are recommended for the project in our [Installation Guide](https://github.com/att-comdev/openstack-helm/blob/master/docs/installation/getting-started.md#overview).