mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-18 17:00:24 +00:00
Automatic merge from submit-queue (batch tested with PRs 49805, 50052) We never want to modify the globally defined SG for ELBs **What this PR does / why we need it**: Fixes a bug where creating or updating an ELB will modify a globally defined security group **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50105 **Special notes for your reviewer**: **Release note**: ```release-note fixes a bug around using the Global config ElbSecurityGroup where Kuberentes would modify the passed in Security Group. ```