-
Bug
-
Resolution: Done-Errata
-
Critical
-
4.19.0, 4.20.0
This is a clone of issue OCPBUGS-55722. The following is the description of the original issue:
—
Description of problem:
Ingress operator fails to create service LB with
level=error msg=-------------------------------------------------------------------------------- level=error msg=RESPONSE 400: 400 Bad Request level=error msg=ERROR CODE: PublicIPAndLBSkuDoNotMatch level=error msg=-------------------------------------------------------------------------------- level=error msg={ level=error msg= "error": { level=error msg= "code": "PublicIPAndLBSkuDoNotMatch", level=error msg= "message": "Standard sku load balancer /subscriptions/de7e09c3-b59a-4c7d-9c77-439c11b92879/resourceGroups/ci-op-xsi7s39l-4055a/providers/Microsoft.Network/loadBalancers/ci-op-xsi7s39l-4055a-q5m6z cannot reference Basic sku publicIP /subscriptions/de7e09c3-b59a-4c7d-9c77-439c11b92879/resourceGroups/ci-op-xsi7s39l-4055a/providers/Microsoft.Network/publicIPAddresses/ci-op-xsi7s39l-4055a-q5m6z-a7a05bf34d81542a98fee7a9367aafe7.", level=error msg= "details": [] level=error msg= } level=error msg=} level=error msg=---------
Version-Release number of selected component (if applicable):
4.19.0
How reproducible:
Always, it's in CI: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_installer/9683/pull-ci-openshift-installer-main-e2e-azurestack/1917442841194270720
Steps to Reproduce:
1. All installs 2. 3.
Actual results:
Ingress service LB fails to create because we create a standard LB, which is somewhat newly supported in Azure Stack. Cloud provider config was still configured to expect a Basic LB.
Expected results:
Cloud provider config should match LB type (standard) so that service LB can be created.
Additional info:
- clones
-
OCPBUGS-55722 CAPZ-based azurestack cloud provider should use standard LB
-
- Verified
-
- is blocked by
-
OCPBUGS-55722 CAPZ-based azurestack cloud provider should use standard LB
-
- Verified
-
- links to
-
RHEA-2024:11038 OpenShift Container Platform 4.19.z bug fix update