Skip to content

Commit

Permalink
docs: fix the quickStart.md url in network-plugin
Browse files Browse the repository at this point in the history
the quickStart.md url is wrong ,when click in preview page,will get 404 .
  • Loading branch information
beiluonever authored and gjmzj committed Oct 20, 2023
1 parent be69c9d commit 9882399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup/network-plugin/cilium.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kubeasz 3.3.1 更新重写了cilium 安装流程,使用helm charts 方式,

### 1.选择cilium网络后安装

- 参考[快速指南](quickStart.md),设置`/etc/kubeasz/clusters/xxx/hosts`文件中变量 `CLUSTER_NETWORK="cilium"`
- 参考[快速指南](../quickStart.md),设置`/etc/kubeasz/clusters/xxx/hosts`文件中变量 `CLUSTER_NETWORK="cilium"`
- 下载额外镜像 `./ezdown -X cilium 和 ./ezdown -X network-check`
- 执行集群安装 `dk ezctl setup xxx all`

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/network-plugin/flannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### kubeasz 集成安装flannel

- 参考[快速指南](quickStart.md),设置`/etc/kubeasz/clusters/xxx/hosts`文件中变量 `CLUSTER_NETWORK="flannel"`
- 参考[快速指南](../quickStart.md),设置`/etc/kubeasz/clusters/xxx/hosts`文件中变量 `CLUSTER_NETWORK="flannel"`
- 下载额外镜像 `./ezdown -X flannel`
- 执行集群安装 `dk ezctl setup xxx all`

Expand Down

0 comments on commit 9882399

Please sign in to comment.