mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-22 19:00:27 +00:00
Automatic merge from submit-queue refuse to create a firewall rule with no target tag fixes #25145 This modification in gce.firewallObject() will return error when trying to create or update firewall rule if no node tag can be found. Also add unit test for this modification.