description

This commit is contained in:
huanqing.shao
2019-08-26 07:53:41 +08:00
parent df984a97a2
commit 0e40713451
38 changed files with 173 additions and 44 deletions

View File

@ -1,3 +1,7 @@
---
description: 使用 Kuboard 对 Kubernetes 进行日常调整,包括:批量删除容器组、批量调整镜像版本、批量调整工作负载数
---
# 日常调整
@ -117,4 +121,3 @@
***调整容器镜像版本*** 的功能界面中,也可以用来调整工作负载的副本数,如下图所示:
![image-20190721100715898](./adjustion.assets/image-20190721100715898.png)

View File

@ -1,3 +1,7 @@
---
description: 使用 Kuboard 配置 Kubernetes ConfigMap
---
# 配置
配置: Kubernetes ConfigMap
@ -44,4 +48,4 @@
![image-20190721113155991](./configMap.assets/image-20190721113155991.png)
编辑、删除操作可直接按照提示完成
编辑、删除操作可直接按照提示完成

View File

@ -1,3 +1,7 @@
---
description: 使用 Kuboard 将 Kubernetes 名称空间中安装的应用程序配置导出成 YAML 文件,并在一个新的环境中导入。
---
# 多环境
在实际开发项目的过程中,我们必然会碰到如下场景:
@ -108,5 +112,3 @@ Kuboard 针对这种场景,提供了导出配置、导入配置的功能,以
### 操作步骤
请参考 [导入 example 微服务](/guide/example/import)

View File

@ -1,3 +1,7 @@
---
description: 使用 Kuboard 配置 Kubernetes 的存储卷声明 Persistent Volume Claim
---
# 存储卷声明
存储卷声明: Kubernetes Persistent Volume Claim
@ -48,4 +52,4 @@
编辑、删除操作可直接按照提示完成
编辑、删除操作可直接按照提示完成

View File

@ -1,3 +1,7 @@
---
description: 使用 Kuboard 配置 Kubernetes Secrets
---
# Secrets
@ -53,4 +57,4 @@ Secrets 列表位于图中左上角,点击 ***放大*** 按钮,可以将列
编辑、删除操作可直接按照提示完成
编辑、删除操作可直接按照提示完成

View File

@ -1,3 +1,7 @@
---
description: Kuboard on Kubernetes 工作负载编辑器,无需编写 YAML 文件即可完成 Kubernetes 配置和管理。
---
# 工作负载
@ -128,4 +132,3 @@
* 通过 ls / cat / vi 等命令,查看该容器是否包含了最新的代码变更
* 通过 vi 等命令,临时对容器中的配置文件进行修改,并在验证这种修改有效之后,才将其正式更新到代码库