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

@ -55,9 +55,9 @@ Deployment 处于 master 节点上,通过发布 Deploymentmaster 节点会
* 使用 kubectl
* 使用 Kuboard
:::: tabs type:border-card
::: tab 使用kubectl lazy
<el-tabs type="border-card">
<el-tab-pane label="使用kubectl">
**创建 YAML 文件**
@ -133,9 +133,8 @@ kubectl get deployments
kubectl get pods
```
:::
::: tab 使用Kuboard lazy
</el-tab-pane>
<el-tab-pane label="使用Kuboard">
**打开 Kuboard 集群概览界面**,如下图所示:
@ -176,9 +175,8 @@ kubectl get pods
此时可查看到该应用的部署结果
:::
::::
</el-tab-pane>
</el-tabs>
可分别查看到一个名为 nginx-deployment 的 Deployment 和一个名为 nginx-deployment-xxxxxxx 的 Pod