File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
说明:
6
6
7
7
* 需安装 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 ```
10
10
* 如果你希望使用 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 ```
11
11
* 如果你希望使用 18.03 版本, 请使用下面命令切换 [ 18.03 分支] ( https://github.com/AliyunContainerService/k8s-for-docker-desktop/tree/18.03 ) ``` git checkout 18.03 ```
12
12
@@ -109,7 +109,7 @@ http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-da
109
109
对于Mac环境
110
110
111
111
``` 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}' )
113
113
kubectl config set-credentials docker-for-desktop --token=" ${TOKEN} "
114
114
```
115
115
You can’t perform that action at this time.
0 commit comments