替换 element-ui

This commit is contained in:
huanqing.shao
2019-11-02 10:13:24 +08:00
parent 111543d89f
commit 99951e87d9
40 changed files with 625 additions and 829 deletions

View File

@@ -23,9 +23,10 @@ meta:
* 使用 kubectl 更新 Deployment
* 使用 Kuboard 更新 Deployment
<el-tabs type="border-card">
<b-card>
<b-tabs content-class="mt-3">
<b-tab title="使用 kubectl 更新 Deployment" active>
<el-tab-pane label="使用 kubectl 更新 Deployment">
**使用下述步骤更新您的 Deployment**
@@ -143,14 +144,14 @@ meta:
* 当您更新 Deployment 时Deployment Controller 先创建一个新的 ReplicaSet (nginx-deployment-1564180365) 并将其 scale up 到 1 个副本,然后 scale down 旧的 ReplicaSet 到 2。
* Deployment Controller 继续 scale up 新的 ReplicaSet 并 scale down 旧的 ReplicaSet直到最后新旧两个 ReplicaSet一个副本数为 3另一个副本数为 0。
</el-tab-pane>
</b-tab>
<b-tab title="使用 Kuboard 更新 Deployment">
<el-tab-pane label="使用 Kuboard 更新 Deployment">
正在撰写中
</el-tab-pane>
</el-tabs>
</b-tab>
</b-tabs>
</b-card>
## 覆盖更新 Rollover (更新过程中再更新)