Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Azure cloud provider subnet reference
On Azure, the installer is configuring the cloud provider with a subnet using a `-node-subnet` suffix. This is incorrect, as the actual subnet created for Azure has a `-worker-subnet` suffix. The cloud provider refers to this subnet when creating internal load balancers. Because of the invalid subnet reference, kube-controller-manager fails to find the subnet, and thus fails to provision internal load balancers. This commit fixes the reference and thus fixes internal ingresscontrollers on Azure for new installations. This commit does not fix existing invalid cloudprovider configmaps. This is a fix of https://bugzilla.redhat.com/show_bug.cgi?id=1763727 only for new installations.
- Loading branch information