Merge pull request #62193 from shyamjvs/ip-alias-fix
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
Fix IP-alias subnet creation logic
Follows https://github.com/kubernetes/kubernetes/pull/62172
This fixes the failures happening when using ip-alias with custom network. The subnet name shouldn't be checked against the default value during creation, but just created if not present (as it's name can be different than default based on the value of `KUBE_GCE_IP_ALIAS_SUBNETWORK`).
/cc @wojtek-t
```release-note
NONE
```
Showing
Please
register
or
sign in
to comment