Updated minikube ram

This commit is contained in:
André Bauer 2017-12-08 14:52:02 +01:00 committed by GitHub
parent f02726de33
commit f77b153218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ beta and not ready for production.
* https://kubernetes.io/docs/tasks/tools/install-kubectl/ * https://kubernetes.io/docs/tasks/tools/install-kubectl/
* Install Minkube * Install Minkube
* https://github.com/kubernetes/minikube * https://github.com/kubernetes/minikube
* minikube start --memory=4096 --cpus=2 * minikube start --memory=6144 --cpus=2
* minikube addons enable ingress * minikube addons enable ingress
* echo "$(minikube ip) zammad.example.com" | sudo tee -a /etc/hosts * echo "$(minikube ip) zammad.example.com" | sudo tee -a /etc/hosts
* kubectl apply -f . * kubectl apply -f .