GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
377 stars 68 forks source link

kubemci list lists HTTPS ingresses twice #107

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Probably because kubemci see's 2 forwarding rules - one HTTP and one HTTPS. Need to fix this.

nikhiljindal commented 6 years ago

Sent https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/115 to fix this