This commit is contained in:
huanqing.shao
2019-08-08 07:09:10 +08:00
parent 09ccab7182
commit 1be88fa52f
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ module.exports = {
title: '安装 Kubernetes',
collapsable: false,
children: [
'install-k8s',
['install-k8s', '安装 Kubernetes 单Master节点'],
'install-kubernetes',
'install-kubectl'
]

View File

@ -1,4 +1,4 @@
# 安装 Kubernetes 单Master节点
# 最值得参考的 Kubernetes 安装文档在这里
## 文档特点