Here in Cassandra deployment instruction, it says:
Caution:
Minikube defaults to 2048MB of memory and 2 CPU. Running Minikube with the default resource configuration results in insufficient resource errors during this tutorial. To avoid these errors, start Minikube with the following settings:
minikube start --memory 5120 --cpus=4
But I don't know what is the equivalent command if I use Kind
instead of minikube
?
I also like to know if I want to set these settings permanently for my Kind
cluster, how should I do that?