Skip to content

Commit

Permalink
文档结构
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohq committed Feb 6, 2022
1 parent f63af40 commit 3b7abe6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@ module.exports = {
title: 'TLDR',
path: '/',
},
{
title: '集群安装',
path: '/guide/install-k8s.md',
},
{
title: '集群维护',
children: [
{
title: '集群安装',
path: '/guide/install-k8s.md',
},
'/guide/maintain/ha-mode.md',
'/guide/maintain/add-replace-node.md',
'/guide/maintain/upgrade.md'
'/guide/maintain/upgrade.md',
'/guide/extra/speedup.md'
]
},
{
Expand Down
14 changes: 14 additions & 0 deletions docs/guide/extra/speedup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
sidebarDepth: 0
---

# 加速执行

KuboardSpray 已经尽可能地优化了 ansible 的执行速度,想要执行得快一些,有如下建议:

* KuboardSpray 与集群的目标机器部署在同样的内网环境
* 如果可能,不使用跳板机 / 堡垒机
* 如果必须使用跳板机 / 堡垒机,则,为目标机器配置 ssh private key 登录,而不是使用密码



8 changes: 8 additions & 0 deletions docs/guide/extra/websocket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebarDepth: 0
---

# WebSocket

## websocket

0 comments on commit 3b7abe6

Please sign in to comment.