Skip to content

VSXD-75 FrontEnd - 클러스터 등록 부분 수정, ratioschedule 수정 - crd서비스 수정 요청 #12

@howjinpark

Description

@howjinpark

Issue 이름

FrontEnd - 클러스터 등록 부분 수정, ratioschedule 수정

상세 내용(Details)

1. 클러스터 등록 부분 수정

make deploy IMG=public.ecr.aws/j8f1l6o6/mesh-agent:v7 UUID="a2c55f3a-fd72-4d04-9e55-b4d505326f29" AGENT_NAME="demo" AGENT_URL="https://www.meshmanagers.com/api/v1/agent" DESIRED_STATE_URL="https://www.meshmanagers.com/api/v1/yaml" CLUSTER_MANAGEMENT_URL="https://www.meshmanagers.com/api/v1/management/clusters" SLACK_WEB_HOOK_URL=" "

그래서 클러스터 등록하기에서 슬랙 아이디랑 슬랙 토큰 값을 받아줘야함

프로메테우스 대신 슬랙 url 받기


2. ratioschedule 수정

{
"name": "order-service",
"namespace": "default",
"serviceType": "CanaryType",
"ratio": 10,
"commitHash": ["v2","v6"],
"ratioSchedules": [
{"delayMs": 10000, "newRatio": 30},
{"delayMs": 15000, "newRatio": 70},
{"delayMs": 25000, "newRatio": 30}
]
}

시간 경과에 따른 비율 조정
꼭 100비율이 될 필요는 없음
그리고 최대 갯수는 100까지 받아도 되긴함

체크리스트(Tasks)

  • Task1
  • Task2

관련 작업 Ticket Number

No response

참조(References)

  • Reference1

Metadata

Metadata

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions