Minikube start with more memory&cpu (#1130)

This commit is contained in:
RoyUP9 2022-06-06 17:53:12 +03:00 committed by GitHub
parent 6e6bcec77e
commit 6f8aad83e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ else
fi
echo "Starting minikube..."
minikube start
minikube start --cpus 2 --memory 6946
echo "Creating mizu tests namespaces"
kubectl create namespace mizu-tests --dry-run=client -o yaml | kubectl apply -f -