Update README.md
This commit is contained in:
parent
ef2148273b
commit
06fb5207af
|
@ -70,7 +70,7 @@ python scripts/sync-to-jp.py
|
||||||
## 最佳实践
|
## 最佳实践
|
||||||
* 通过 加速 安装 kubeadm
|
* 通过 加速 安装 kubeadm
|
||||||
``` bash
|
``` bash
|
||||||
# 使用 kubeadm 安装的时候指定 --image-repository 参数, 修复 安装的进行前缀
|
# 使用 kubeadm 安装的时候指定 --image-repository 参数, 指定安装的镜像前缀
|
||||||
REPOS=k8s-gcr.m.daocloud.io
|
REPOS=k8s-gcr.m.daocloud.io
|
||||||
kubeadm init --image-repository "${REPOS}"
|
kubeadm init --image-repository "${REPOS}"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue