Skip to content

Commit fa5140f

Browse files
author
cookcodeblog
authored
Update readme
1 parent c87d890 commit fa5140f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22

33

44

5-
Kubernetes 镜像同步
5+
## Kubernetes 镜像同步
66

77

88

99
目前支持版本:
1010

1111
* Kubernetes v1.10.3
12-
* Kubernetes v1.11.0
12+
* 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

Comments
 (0)