diff --git a/HOWTO.md b/HOWTO.md index 4c99aac..26336ca 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -5,7 +5,7 @@ A working minikube is needed for dev purposes ```bash - brew install minikube kubectl + brew install minikube kubectl colima ``` Install helm @@ -16,16 +16,17 @@ Install helm ## Start and setup Cluster -Start minikube cluster with recommended specs +Start colima with custom config ```bash -#recommended configuration to avoid freezing/timeouts -minikube start --cpus 2 --memory 7800 --disk-size 50g +colima start --cpu 4 --memory 8 ``` -(You may need to start colima with custom config) + +Start minikube cluster with recommended specs ```bash -colima start --cpu 4 --memory 8 +#recommended configuration to avoid freezing/timeouts +minikube start --cpus 2 --memory 7800 --disk-size 50g ``` Activate Ingress controller add-on