环境信息:

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 27 20:03:51 2017
 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:    c97c6d6
  Built:    Wed Dec 27 20:12:29 2017
  OS/Arch:    linux/amd64
  Experimental:    false
guoguo-MacBook-Pro-3:~ guoguo$

Minikube 驱动是用的VirtualBox, 安装上此软件就已经带了驱动
直接下载Minikube 的修改版,被alibaba 修改的文件,再次特别感谢阿里人的技术大牛

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/

缺省Minikube使用VirtualBox驱动来创建Kubernetes本地环境

kubectl  无法下载,已经上传云盘

https://pan.baidu.com/s/1o9M2T6a

guoguo-MacBook-Pro-:~ guoguo$ minikube start --registry-mirror=https://registry.docker-cn.com
========================================
kubectl could not be found on your path. kubectl is a requirement for using minikube
To install kubectl, 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 WantKubectlDownloadMsg false
========================================
Starting local Kubernetes v1.9.0 cluster...
Starting VM...
Downloading Minikube ISO
142.22 MB / 142.22 MB [============================================] 100.00% 0s
Getting VM IP address...
Moving files into cluster...
Downloading localkube binary
162.41 MB / 162.41 MB [============================================] 100.00% 0s
B / 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 config file.

打开Kubernetes控制台

guoguo-MacBook-Pro-:~ guoguo$ minikube dashboard
========================================
kubectl could not be found on your path. kubectl is a requirement for using minikube
To install kubectl, 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 WantKubectlDownloadMsg false
========================================
Opening kubernetes dashboard in default browser...
guoguo-MacBook-Pro-:~ guoguo$

本文根据 https://yq.aliyun.com/articles/221687 整理,特此感谢!

最新文章

  1. Windows+Caffe+VS2013+python接口配置过程
  2. UVALive 4428 Solar Eclipse --计算几何,圆相交
  3. check fasta format
  4. 终端环境之tmux
  5. 161109、windows下查看端口占用情况
  6. 【Todo】各种排序整理
  7. core文件找不到了
  8. 简洁的MysqlHelper
  9. jQuery 對table的基本操作
  10. Difference between <? super T> and <? extends T> in Java
  11. JavaWeb核心编程之(三.6)HttpServlet
  12. 轻松学习之Linux教程六 正則表達式具体解释
  13. 基于Hadoop开发网络云盘系统架构设计方案
  14. Java字符串连接最佳实践
  15. Windows中使用Mysql-Proxy实现Mysql读写分离
  16. [android]android下apk的安装过程
  17. Software License Manager
  18. iis配置问题
  19. 深入理解JVM(8)——类加载的时机
  20. Go 初体验 - channel.2 - 超时机制

热门文章

  1. 8.1.3 在BroadcastReceiver中启动Service
  2. Xilinx_7_Series_GTX简介
  3. RapidIOIP核的验证方法研究_王玉欢
  4. 如何将webbrowser控件的Cookie倒入CookieContainer供WebRequest使用
  5. Pycharm快捷键小结
  6. C++语言基础(10)-虚继承
  7. 初识Quartz(三)
  8. pthread_cleanup_push和pthread_cleanup_pop清除函数是否执行的说明
  9. FreeBSD中实现root的ssh
  10. HDU 5073 Galaxy 2014 Asia AnShan Regional Contest 规律题