We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87d890 commit fa5140fCopy full SHA for fa5140f
README.md
@@ -2,11 +2,25 @@
2
3
4
5
-Kubernetes 镜像同步
+## Kubernetes 镜像同步
6
7
8
9
目前支持版本:
10
11
* Kubernetes v1.10.3
12
-* Kubernetes v1.11.0
+* Kubernetes v1.11.0
13
+
14
15
+## 查看gcr.io官方镜像
16
+在前面的docker-library中需要知道准确的镜像名称和镜像标签。
17
18
+在科学上网的情况下,打开 https://console.cloud.google.com/gcr/images/google-containers/GLOBAL ,在右边的“过滤条件“中输入关键词来搜索。
19
20
+然后再选择正确的镜像。
21
22
+通常,gcr.io官方镜像的命名规则为:
23
+gcr.io/google-containers/IMAGE_NAME:IMAGE_TAG
24
25
+比如:
26
+gcr.io/google_containers/kube-apiserver-amd64:v1.10.3
0 commit comments