Issue Type: CI Failure
Issue Description: The CI job failed while trying to install the Operator Lifecycle Manager (OLM) on the AKS cluster.
Failure Details: The build log shows a fatal error with the message: `level=fatal msg="Failed to install OLM version \"0.28.0\": deployment/olm-operator failed to rollout: context deadline exceeded"`
Root Cause Analysis: The OLM installation timed out because the `olm-operator` deployment did not become ready within the allocated time. The log shows it was waiting for the deployment to roll out, but it never succeeded. This is likely due to insufficient resources on the AKS cluster, networking issues preventing the operator image from being pulled, or an issue with the OLM operator itself.
- links to