Environmental information:
guoguo-macbook-pro-3:~ guoguo$ Docker version
Client:
Version: 17.12.0-ce
api version: 1.35
go version: go1.9.2
Git commit:  C97C6D6
Built: wed Dec 20:03:51
OS/Arch: DARWIN/AMD64
Server:
engine:
version: 17.12.0-ce
API Version : 1.35 (Minimum version 1.12)
Go version: go1.9.2
Git commit:& nbsp; c97c6d6
built: wed Dec 20:12:29
os/arch: & NBSP;LINUX/AMD64
experimental: false
guoguo-macbook-pro-3:~ guoguo$
The minikube driver is a VirtualBox, and the software is installed with the driver
directly download the modified version of Minikube, Alibaba modified files, again special thanks to Ali People's technology Daniel
Curl-lo minikube http://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/releases/v0.25.0/ Minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube/usr/local/bin/
Default Minikube using VirtualBox driver to create kubernetes local environment
guoguo-macbook-pro-3: ~ guoguo$ minikube Start--registry-mirror=https://registry.docker-cn.com========================================Kubectl could not being found on your path. Kubectl is a requirement forusing MinikubetoInstallKubectl, please run the Following:curl-lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/darwin/amd64/kubectl && chmod +x kubectl && sudo mv kubectl/usr/local/bin/to disable this message, run the Following:minikube config set wantkubectldownloadmsgfalse========================================starting local Kubernetes v1.9.0cluster ... Starting VM ... Downloading Minikube ISO142.22MB/142.22MB [============================================]100.00%0sGetting VM IP Address ... Moving files into cluster ... Downloading Localkube binary162.41MB/162.41MB [============================================]100.00%0s0B $B [----------------------------------------------------------]0.00% $B $B [======================================================]100.00%0sSetting up certs ... Connecting to cluster ... Setting up Kubeconfig ... Starting Cluster components ... Kubectl is now configured to use the cluster. Loading cached images from configfile.
Open the Kubernetes console
guoguo-macbook-pro-3:~guoguo$ Minikube Dashboard========================================Kubectl could not being found on your path. Kubectl is a requirement forusing MinikubetoInstallKubectl, please run the Following:curl-lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/darwin/amd64/kubectl && chmod +x kubectl && sudo mv kubectl/usr/local/bin/to disable this message, run the Following:minikube config set wantkubectldownloadmsgfalse========================================Opening kubernetes Dashboardinchdefault Browser...guoguo-macbook-pro-3: ~ guoguo$
This article according to https://yq.aliyun.com/articles/221687 finishing, hereby thanks!
MAC installation Minikube