Hidekazu Nakamura

Results 4 comments of Hidekazu Nakamura

This is interesting feature. I want delete or not flag. Because OpenStack cloud provider user not only uses load balancer, but also cinder CSI or ingress controller etc. they(and I)...

I am still looking for how to identify all the load balancers capo deployed. Naming convention is [fmt.Sprintf("kube_service_%s_%s_%s", clusterName, service.Namespace, service.Name)](https://github.com/kubernetes/cloud-provider-openstack/blob/master/pkg/openstack/loadbalancer.go#L810), but I am not sure what `clusterName` is. @jichenjc...

@jichenjc Thanks information. @iamemilio @jichenjc Yes, LBs in this issue are created by CCM, we can not use tag. @seanschneeweiss I think we can identify LBs created by CCM deployed...

I want to deploy k8s clusters in the same network and the same project for testing purpose. I do not want to delete LBs based on the network nor project.