remove element-tabs

This commit is contained in:
huanqing.shao
2019-10-07 23:53:19 +08:00
parent 9c4474e871
commit 461c04e9bb
19 changed files with 454 additions and 1074 deletions

View File

@ -125,9 +125,8 @@ spec:
* 假设您已经将 Ingress 融入到您的网络拓扑中,并且将 `*.demo.kuboard.cn` (请使用您自己的域名)解析到对应的外网 IP 地址
:::
:::: tabs type:border-card
::: tab 使用kubectl lazy
<el-tabs type="border-card">
<el-tab-pane label="使用kubectl">
**创建文件 nginx-deployment.yaml**
``` sh
@ -230,9 +229,9 @@ kubectl get ingress -o wide
# 请使用您自己的域名
curl a.demo.kuboard.cn
```
:::
::: tab 使用Kuboard lazy
</el-tab-pane>
<el-tab-pane label="使用Kuboard">
* 在 default 名称空间 点击 ***创建工作负载***
@ -267,6 +266,5 @@ Kuboard 工作负载编辑器将 kubernetes 中三个主要对象 Deployment/Ser
在浏览器打开 `http://a.demo.kuboard.cn` (请使用您自己的域名)
:::
::::
</el-tab-pane>
</el-tabs>