cloud-barista / cb-spider

CB-Spider offers a unified view and interface for multi-cloud management.
https://github.com/cloud-barista/cb-spider/wiki
Apache License 2.0
33 stars 48 forks source link

[gcp:cluster] prevent to enable autoscaling with SetNodeGroupAutoScal… #1330

Closed sykim-etri closed 2 months ago

sykim-etri commented 2 months ago

SetNodeGroupAutoScaling API를 통한 autoscaling 활성화를 미지원하도록 막고 ChangeNodeGroupAutoscaleSize API를 사용하도록 안내하고 MinNodeSize, MaxNodeSize 등의 검증 코드를 추가합니다.

related to #1329

o Return false with error when enabling autoscaling via SetNodeGroupAutoScaling API o Validate some parameters

sykim-etri commented 2 months ago

@hippo-an 일부 변경된 사항이 있으니 참고하세요~