|
|
|
@ -5,9 +5,10 @@
|
|
|
|
|
说明:
|
|
|
|
|
|
|
|
|
|
* 需安装 Docker Desktop 的 Mac 或者 Windows 版本,如果没有请下载[下载 Docker CE最新版本](https://store.docker.com/search?type=edition&offering=community)
|
|
|
|
|
* 当前 master 分支已经在 Docker for Mac/Windows 4.3.0 (包含 Docker CE 20.10.11 和 Kubernetes 1.22.4) 版本测试通过
|
|
|
|
|
* 当前 master 分支已经在 Docker for Mac/Windows 4.4.2 (包含 Docker CE 20.10.12 和 Kubernetes 1.22.5) 版本测试通过
|
|
|
|
|
* 如果需要测试其他版本,请查看 Docker Desktop版本,Docker -> About Docker Desktop
|
|
|
|
|
![about](images/about.png)
|
|
|
|
|
* 如Kubernetes版本为 v1.22.5, 请使用下面命令切换 [v1.22.5 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/v1.22.5) ```git checkout v1.22.5```
|
|
|
|
|
* 如Kubernetes版本为 v1.22.4, 请使用下面命令切换 [v1.22.4 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/v1.22.4) ```git checkout v1.22.4```
|
|
|
|
|
* 如Kubernetes版本为 v1.21.5, 请使用下面命令切换 [v1.21.5 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/v1.21.5) ```git checkout v1.21.5```
|
|
|
|
|
* 如Kubernetes版本为 v1.21.4, 请使用下面命令切换 [v1.21.4 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/v1.21.4) ```git checkout v1.21.4```
|
|
|
|
@ -115,7 +116,7 @@ kubectl get nodes
|
|
|
|
|
#### 部署 Kubernetes dashboard
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
|
|
|
|
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
或
|
|
|
|
@ -188,7 +189,7 @@ Win: %UserProfile%\.kube\config
|
|
|
|
|
|
|
|
|
|
安装
|
|
|
|
|
```shell
|
|
|
|
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.4/deploy/static/provider/cloud/deploy.yaml
|
|
|
|
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.1/deploy/static/provider/cloud/deploy.yaml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
验证
|
|
|
|
@ -229,7 +230,7 @@ kubectl delete -f sample/ingress.yaml
|
|
|
|
|
#### 删除 Ingress
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.4/deploy/static/provider/cloud/deploy.yaml
|
|
|
|
|
kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.1/deploy/static/provider/cloud/deploy.yaml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 安装 Helm
|
|
|
|
|