Mac多节点minikube
2020-03-08 本文已影响0人
EasyNetCN
通过brew安装minikube
brew install minikube
启动minikube
minikube start --memory=16384 --cpus=4 --image-mirror-country=cn --image-repository=registry.aliyuncs.com/google_containers --nodes=3
brew install minikube
minikube start --memory=16384 --cpus=4 --image-mirror-country=cn --image-repository=registry.aliyuncs.com/google_containers --nodes=3