mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-25 06:40:21 +00:00
Automatic merge from submit-queue Delete regional static-ip instead of global for type=lb Global vs region is the difference between ``` $ gcloud compute addresses delete foo --global $ gcloud compute addresses delete foo --region us-central1 ``` Type=LoadBalancer users the second type and were were doing the first. Also adds some logging.