From 4ad986f8ffb2c2e60e6c745e60d822bacfe11665 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Tue, 21 Dec 2021 16:57:55 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5217261..3676d01 100644 --- a/README.md +++ b/README.md @@ -38,21 +38,23 @@ k8s.gcr.io/coredns/coredns => k8s-gcr.m.daocloud.io/coredns/coredns | ghcr.io | ghcr.m.daocloud.io | | mcr.microsoft.com | mcr.m.daocloud.io | -## 支持的仓库 +## 支持的镜像源 + +[domain.txt](domain.txt) + +如果想要新增, 提 PR 修改即可。例如 [PR#28](https://github.com/DaoCloud/public-image-mirror/pull/28) + +## 支持的镜像 [mirror.txt](mirror.txt) -## 增加新的仓库 - -提 PR , 修改 mirror.txt 即可。例如 [PR#1](https://github.com/DaoCloud/public-image-mirror/pull/1/) - +如果想要新增, 提 PR 修改即可。例如 [PR#1](https://github.com/DaoCloud/public-image-mirror/pull/1/) ## 最佳实践 * 通过 加速 安装 kubeadm ``` bash # 使用 kubeadm 安装的时候指定 --image-repository 参数, 指定安装的镜像前缀 -REPOS=k8s-gcr.m.daocloud.io -kubeadm config images pull --image-repository "${REPOS}" +kubeadm config images pull --image-repository k8s-gcr.m.daocloud.io ``` * 通过 加速 安装 kind