Update README.md (#1738)
This commit is contained in:
parent
1cec956692
commit
d2401e7e80
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
Sync: 是 tag 的同步率 只要 tag 存在就是同步的
|
Sync: 是 tag 的同步率 只要 tag 存在就是同步的
|
||||||
|
|
||||||
近期在切换供应商所以需要重新同步缓存
|
|
||||||
|
|
||||||
## 背景
|
## 背景
|
||||||
很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。
|
很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。
|
||||||
|
|
||||||
|
@ -84,6 +82,7 @@ k8s.gcr.io/coredns/coredns => k8s-gcr.m.daocloud.io/coredns/coredns
|
||||||
| rocks.canonical.com | rocks-canonical.m.daocloud.io |
|
| rocks.canonical.com | rocks-canonical.m.daocloud.io |
|
||||||
|
|
||||||
## 最佳实践
|
## 最佳实践
|
||||||
|
|
||||||
* 通过 加速 安装 kubeadm
|
* 通过 加速 安装 kubeadm
|
||||||
``` bash
|
``` bash
|
||||||
kubeadm config images pull --image-repository k8s-gcr.m.daocloud.io
|
kubeadm config images pull --image-repository k8s-gcr.m.daocloud.io
|
||||||
|
@ -128,5 +127,3 @@ cat ./deploy.yaml | ./image-filter.sh | kubectl apply -f -
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Made with [contrib.rocks](https://contrib.rocks).
|
Made with [contrib.rocks](https://contrib.rocks).
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue