You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@powerkimhub 확인중인데 NLB 생성이후로 VM에 접속이 안되는 증상이 발생하는 것 같습니다. NLB 생성하기 전에는 VM에 SSH 접속 및 VM내에서 외부 통신이 되는 것으로 확인 됩니다. Public gateway는 키거나 끄거나 영향은 없는 거 같고요. 이어서 다시 확인해 보도록 하겠습니다.
특징: NLB 포함되는 동안 VM의 해당 Port 접근 불가, NLB 해제시 다시 접근 가능
그런데, NLB 삭제 과정에서 생성시 만들었던 SG가 삭제되고 있지 않습니다. (NLB는 삭제됨)
관련 에러 메시지
[CB-SPIDER].[ERROR]: 2025-02-07 21:20:33 SecurityHandler.go:260, github.com/cloud-barista/cb-spider/cloud-control-manager/cloud-driver/drivers/ibmcloud-vpc/resources.(*IbmSecurityHandler).DeleteSecurity() - Failed to Delete Security. err = This security group is still associated to one or more network interfaces and load balancers. Please remove all associations before deleting this security group.
[CB-SPIDER].[ERROR]: 2025-02-07 21:20:33 NLBHandler.go:1493, github.com/cloud-barista/cb-spider/cloud-control-manager/cloud-driver/drivers/ibmcloud-vpc/resources.(*IbmNLBHandler).cleanerNLB() - Failed to Delete Security. err = This security group is still associated to one or more network interfaces and load balancers. Please remove all associations before deleting this security group.
NLB 생성시 드라이버에서 생성한 것으로 추정되는 SG
[제안]
(1) SG 삭제 로직 개선: Dependency 체크 및 AssociationIP 대기하듯 SG 삭제 대기 Loop 로직 추가
@ish-hcc (@Jeon-Jinhyeok )
[참고: VM-Subnet 설정 현황]
The text was updated successfully, but these errors were encountered: