remove docs

This commit is contained in:
huanqing.shao
2019-07-31 19:40:56 +08:00
parent 10b59aa33a
commit 9d463d9db5
261 changed files with 122 additions and 1770 deletions

View File

@ -6,8 +6,8 @@
如果没有 Kubernetes 集群:
* 初学者, 请参考 [安装 Kubernetes 单Master节点](install-k8s)
* 用于生产,请参考 [安装 Kubernetes 高可用](install-kubernetes)
* 初学者, 请参考 [安装 Kubernetes 单Master节点](install-k8s.html)
* 用于生产,请参考 [安装 Kubernetes 高可用](install-kubernetes.html)
碰到问题? **在线提问**
@ -181,6 +181,6 @@ kubectl port-forward service/kuboard 8080:80 -n kube-system
**下一步**
- 使用 Kuboard 工作负载编辑器 [创建 busybox](/guide/example/busybox) 10分钟
- 使用 Kuboard 工作负载编辑器 [创建 busybox](/guide/example/busybox.html) 10分钟
- 尝试 Kuboard 设计的其他 example [使用 Kuboard](/guide/index)
- 尝试 Kuboard 设计的其他 example [使用 Kuboard](/guide/index.html)

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -15,7 +15,7 @@ Kuboard 的 Live Demo 环境使用的是如下拓扑结构,本文档描述了
* Kubernetes v1.15.0
* Docker 18.09.7
![image-20190726214032585](./install-k8s.assets/image-20190726214032585.png)
![image-20190731135811556](./install-k8s.assets/image-20190731135811556.png)
## 制作标准机镜像

View File

@ -1,7 +1,7 @@
# 安装 Kubernetes 高可用
::: tip
推荐初学者按照 [安装Kubernetes 单Master节点](install-k8s) 文档进行 Kubernetes 集群搭建
推荐初学者按照 [安装Kubernetes 单Master节点](install-k8s.html) 文档进行 Kubernetes 集群搭建
:::
# 介绍