File tree Expand file tree Collapse file tree 3 files changed +28
-5
lines changed
Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,17 @@ module.exports = {
4646 title : 'TLDR' ,
4747 path : '/' ,
4848 } ,
49- {
50- title : '集群安装' ,
51- path : '/guide/install-k8s.md' ,
52- } ,
5349 {
5450 title : '集群维护' ,
5551 children : [
52+ {
53+ title : '集群安装' ,
54+ path : '/guide/install-k8s.md' ,
55+ } ,
5656 '/guide/maintain/ha-mode.md' ,
5757 '/guide/maintain/add-replace-node.md' ,
58- '/guide/maintain/upgrade.md'
58+ '/guide/maintain/upgrade.md' ,
59+ '/guide/extra/speedup.md'
5960 ]
6061 } ,
6162 {
Original file line number Diff line number Diff line change 1+ ---
2+ sidebarDepth : 0
3+ ---
4+
5+ # 加速执行
6+
7+ KuboardSpray 已经尽可能地优化了 ansible 的执行速度,想要执行得快一些,有如下建议:
8+
9+ * KuboardSpray 与集群的目标机器部署在同样的内网环境
10+ * 如果可能,不使用跳板机 / 堡垒机
11+ * 如果必须使用跳板机 / 堡垒机,则,为目标机器配置 ssh private key 登录,而不是使用密码
12+
13+
14+
Original file line number Diff line number Diff line change 1+ ---
2+ sidebarDepth : 0
3+ ---
4+
5+ # WebSocket
6+
7+ ## websocket
8+
You can’t perform that action at this time.
0 commit comments