应用平台 APPSTAGE-参数配置说明:灰度策略

时间:2024-10-22 11:44:27

灰度策略

表14 灰度策略

参数名称

参数类型

是否必选

默认值

说明

参数规范

举例

grayStage

type = object({grayInstances =

number

grayProcess=

stringgrayStatus = number })

可选

null

灰度升级策略配置。

  • grayInstances:灰度升级的实例数比例,范围为1~100。
  • grayStatus:灰度实例对接SLB时的状态,1:生产,2:灰度。
  • grayProcess:灰度状态,只能填"INGRAY"和"FINISHED"。

-

grayStage:

grayInstances: 50

grayProcess: "INGRAY"

grayStatus: 2

示例:

- name: WiseCloudFGCEventBuilderService
  type: WiseCloud::MicroService::NuwaContainer
  properties:    
    grayStage: 
      grayInstances: 50
      grayProcess: "INGRAY"
      grayStatus: 2

support.huaweicloud.com/devg-appstage/appstage_06_0045.html