Skip to content

Commit e95bc94

Browse files
authored
Update README.md
1 parent 272be68 commit e95bc94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
说明:
66

77
* 需安装 Docker for Mac或者Docker for Windows,如果没有请下载[下载 Docker CE最新版本](https://store.docker.com/search?type=edition&offering=community)
8-
* 当前 master 分支已经在 Docker for Mac/Windows 2.0.1.0 (包含 Docker CE 18.09.1 和 Kubernetes 1.13.0) 版本测试通过
9-
* 如果你希望使用 Docker for Mac/Windows 2.0.0.2 (包含 Docker CE 18.09.1 和 Kubernetes 1.10.11) , 请使用下面命令切换 [v2.0.0.2 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/v2.0.0.2) ```git checkout v2.0.0.2```
8+
* 当前 master 分支已经在 Docker for Mac/Windows 2.0.1.x (包含 Docker CE 18.09.1 和 Kubernetes 1.13.0) 版本测试通过
9+
* 如果你希望使用 Docker for Mac/Windows 2.0.0.2/2.0.0.3 (包含 Docker CE 18.09.1 和 Kubernetes 1.10.11) , 请使用下面命令切换 [v2.0.0.2 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/v2.0.0.2) ```git checkout v2.0.0.2```
1010
* 如果你希望使用 18.09/18.06 版本(包含 Kubernetes 1.10.3) , 请使用下面命令切换 [18.09 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/18.09) ```git checkout 18.09```
1111
* 如果你希望使用 18.03 版本, 请使用下面命令切换 [18.03 分支](https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/18.03) ```git checkout 18.03```
1212

@@ -109,7 +109,7 @@ http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-da
109109
对于Mac环境
110110

111111
```shell
112-
$ TOKEN=$(kubectl -n kube-system describe secret default| awk '$1=="token:"{print $2}')
112+
TOKEN=$(kubectl -n kube-system describe secret default| awk '$1=="token:"{print $2}')
113113
kubectl config set-credentials docker-for-desktop --token="${TOKEN}"
114114
```
115115

0 commit comments

Comments
 (0)