Skip to content

Commit 7eec157

Browse files
author
evanxinli
committed
--story=128939400 【集群管理】网络配置优化-后端 (merge request !2703)
Squash merge branch 'bcs-cluster-manager-20260129' into 'master' --story=128939400 【集群管理】网络配置优化-后端 TAPD: --story=128939400 TAPD: --story=120703235
1 parent d2ff5c6 commit 7eec157

File tree

1 file changed

+2
-0
lines changed
  • bcs-services/bcs-cluster-manager/internal/cloudprovider/qcloud/business

1 file changed

+2
-0
lines changed

bcs-services/bcs-cluster-manager/internal/cloudprovider/qcloud/business/tke.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ func GetClusterCurrentVpcCniSubnets(cls *proto.Cluster, extraIP bool) (map[strin
152152
return nil, 0, nil, err
153153
}
154154

155+
blog.Infof("GetClusterCurrentVpcCniSubnets[%s] totalRatio[%v] zoneSubnetNum[%+v] %v", cls.GetClusterID(),
156+
totalRatio, zoneSubnetNum, subnetIds)
155157
return zoneSubnetNum, totalRatio, subnetIds, nil
156158
}
157159

0 commit comments

Comments
 (0)