mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-16 16:00:30 +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.