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

FW rules are wrong on non-default network #134

Closed brndnmtthws closed 6 years ago

brndnmtthws commented 6 years ago

If a cluster isn't in the default network, the healthcheck firewall rule won't work because it uses the implicit default of default.

I fixed it for now by manually adding another firewall rule.

nikhiljindal commented 6 years ago

Thanks for filing the issue @brndnmtthws Dup of https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/121?

brndnmtthws commented 6 years ago

Woops, didn't see that issue. Yeah it's a dupe.

nikhiljindal commented 6 years ago

Thanks for confirming