I have an Aliyun server with single-core and 2GB memory. I installed minikube on it today. But I found it couldn’t run minikube. minikube needs 2 CPUs or more and 2GB of free memory
There is a way to run minikube on a single-core server with following command.
1 | minikube start --force |