Commit d80bc31e authored by 胡凯旋's avatar 胡凯旋

update

parent 281f9597
......@@ -6,11 +6,9 @@
1. 安装 [Docker for Mac](https://docs.docker.com/docker-for-mac/install/),Version>=18.06,低版本可能不自带Kubernetes
2. 设置 `Docker` 中国官方镜像加速 [registry mirror](https://www.docker-cn.com/registry-mirror) ```https://registry.docker-cn.com```
![mirror](./image/mirror.jpg)
3. 预先从阿里云`Docker`镜像下载 `Kubernetes` 所需要的镜像, 可以通过修改 [./images](./images) 文件定制你自己需要的镜像
```bash
$ ./load_images.sh
```
......@@ -41,7 +39,6 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master
# 开启本机访问代理
$ kubectl proxy
```
通过下面的连接访问 `Dashboard`:
[`http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/`](
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/)
......@@ -85,6 +82,7 @@ password: Gengmei123!
**至此就能使用gm-cli构建本地集群了,具体使用参考 [gm-cli](http://git.igengmei.com/system/gm-cli)**
-----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment