Skip to content

Commit

Permalink
update cus-step description (DaoCloud#5561)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhupup authored Sep 14, 2024
1 parent a1f026d commit 0c88613
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/zh/docs/amamba/user-guide/pipeline/config/step.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ steps {
| -------------------------- | ------------------------------------------------------------ |
| 等待检查结果是否暂停流水线 | 支持 true/fasle 两个选项,如果设置为true,当 SonarQube 代码扫描分析完成后返回质量门襟状态为不健康时,将会终止流水线 |

## 更新应用
## update-application(系统自定义内置步骤)

新版本支持了对当前租户下的工作负载的镜像进行更新。
通过自定义步骤能力,支持对当前租户下的工作负载的镜像进行更新。

注意:目前该步骤目前需要为目标集群提前创建好凭证,并且添加`凭证步骤`后才能使用。

| 参数 | 说明 |
| -------------- | ------------------------------------------------------------ |
Expand All @@ -117,11 +119,13 @@ steps {
| 工作负载类型 | 支持 Deployment、StatefulSet 、DaemonSet |
| 工作负载名称 | 选择需要更新的工作负载 |
| 容器名称 | 选择当前负载下的容器信息 |
| 镜像地址 | 选择或输入镜像地址 |
| 镜像地址/版本 | 选择或输入镜像地址/版本 |

## deploy-application(系统自定义内置步骤)

## 部署应用
通过自定义步骤能力,支持应用的部署,前提条件是需要准备一个 git 仓库,并且仓库中包含了应用的清单文件。

新版本支持了应用的部署,前提条件是需要准备一个 git 仓库,并且仓库中包含了应用的清单文件。该步骤需要与 `Git Clone` 组合进行使用。
注意:目前该步骤目前需要为目标集群提前创建好凭证,并且添加`凭证步骤`后才能使用,另外还需要与 `Git Clone` 组合进行使用。

| 参数 | 说明 |
| -------------- | ------------------------------------------------------------ |
Expand Down

0 comments on commit 0c88613

Please sign in to comment.