mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-14 12:00:15 +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.