ByoungSeob Kim

Results 95 issues of ByoungSeob Kim

- 다음 Guide에 따르면, - https://pkg.go.dev/google.golang.org/api/container/v1#New - 다음 New() API는 deprecated 상태라고 합니다. - https://github.com/cloud-barista/cb-spider/blob/7c4118aaacc543bd7f84836124ce3f92e9f82458/cloud-control-manager/cloud-driver/drivers/gcp/GCPDriver.go#L170 - NewService() API로 교체를 고려해주시기 바랍니다.

enhancement

@iworkist - reported in https://cloud-barista.slack.com/archives/CLFCLNFTJ/p1668995553213069 - 동일 상황이 아닐 수 있겠지만, 다음 사항 확인 부탁드립니다. - Cluster 생성 중에 오류가 발생하면, 생성했던 Cluster 및 관련 자원을 삭제해야 합니다. - 생성한...

bug

@iworkist - 다음 가이드에 따르면, domain name을 사용하지 않고 IP를 사용한다고 함 - [ref] https://www.tencentcloud.com/document/product/457/30639 - 현재 Tencent가 제공하는 API를 사용하여 Kubeconfig를 구함 - 구한 Kubeconfig는 server 주소가 domain name으로...

enhancement

**[증상]** - VM이 생성까지는 되는데, - GetVM 시에 `SecurityGroupIIds is empty` 오류가 발생하고 있습니다. - 이 경우, AdminWeb으로 VM 목록을 보면 다음과 같은 오류와 함께 목록이 출력되지 않습니다. ``` [오후...

bug
CloudDriver

#### [subnet이 생성되어 dangling 되는 경우가 있습니다.] - 예를 들면, - `VPCHandler:AddSubnet()`에서 - (1) subnet을 생성하는 다음 코드 블록은 성공을 하여 CSP에 subnet이 생성이 되어 있습니다. - https://github.com/cloud-barista/cb-spider/blob/f7e1ab21082e40001346f20fa040ac0163738886/cloud-control-manager/cloud-driver/drivers/ktcloudvpc/resources/VPCHandler.go#L310 - (2)...

bug
CloudDriver

- 아래 코드 부분에서 Log Level을 명시적으로 `debug`로 설정하고 있습니다. - 이는 전체적인 Log Level 설정과 무관하게 현재 함수는 항상 `debug` Log Level이 유지될 걸로 보입니다.(시험해보지는 않음) - 뭔가 특별한...

enhancement
CloudDriver

cc: @seokho-son @yunkon-kim - 드물게, VM이 생성되지 않는 오류가 발생하고 있습니다. (표면상: VM not found 에러 반복) **[VM 생성시 현황]** - VM 생성시 생성 요청은 성공적으로 반환을 받습니다. - 관련...

bug
CloudDriver

**[Start VM]** - 사용자가 입력한 SG(Security Group) 이름을 VM에 Tagging합니다. - https://github.com/cloud-barista/cb-spider/blob/53be17adca2d6a3362f34cedb32c67b52bc48a99/cloud-control-manager/cloud-driver/drivers/gcp/resources/VMHandler.go#L296 **[Get/List VM]** - Tag 목록을 읽어와서 VM의 SG 목록으로 설정 및 반환 합니다. - https://github.com/cloud-barista/cb-spider/blob/53be17adca2d6a3362f34cedb32c67b52bc48a99/cloud-control-manager/cloud-driver/drivers/gcp/resources/VMHandler.go#L1094 **[잠재적 오류]** -...

bug
CloudDriver

Relatied-Issue) https://github.com/cloud-barista/cb-spider/issues/1067 - Zone-Level 시험 결과가 아래와 같습니다. - 아래 결과를 참고하시어, - VPC/Subnet 정보 반환 API들에서 Subnet의 Zone 정보 설정 부분 점검 부탁 드립니다. - CreateVPC/ListVPC/GetVPC - AddSubnet 등...

bug
CloudDriver

- VPC/Subnet 생성시 - 입력한 Subnet CIDR(ex: `10.0.8.1/22`)가 이미 사용 중일 경우, subnet 생성에 문제가 발생하는데 - 오류를 발생하지 않고, subnet이 없는 VPC만을 정상 생성하는 것 같습니다. - 동일 CIDR가...

bug
CloudDriver