mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
minor update.
Signed-off-by: Felixnoo <felixliu@yunify.com>
This commit is contained in:
parent
428d2568f1
commit
ab35af6e0e
|
|
@ -166,7 +166,7 @@ Docker 使用 `/var/lib/docker` 作为默认路径来存储所有 Docker 相关
|
|||
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml
|
||||
```
|
||||
|
||||
2. 编辑 `cluster-configuration.yaml` 以添加您的私有镜像仓库。例如,本教程中的仓库地址是 `dockerhub.kubekey.local`,将它用作 `.spec.local_registry` 的值,如下所示:
|
||||
2. 编辑 `cluster-configuration.yaml` 添加您的私有镜像仓库。例如,本教程中的仓库地址是 `dockerhub.kubekey.local`,将它用作 `.spec.local_registry` 的值,如下所示:
|
||||
|
||||
```yaml
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Reference in New Issue