You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASO mirrored image is published under registry.rancher.com/rancher/azure-service-operator:v2.8.0 domain, while the Azure manifests require the image name to be registry.suse.com/rancher/azureserviceoperator:v2.8.0, which results in ImagePullBackOff.
This causes Azure provider to fail cluster provisioning in e2e run.
ASO mirrored image is published under
registry.rancher.com/rancher/azure-service-operator:v2.8.0
domain, while the Azure manifests require the image name to beregistry.suse.com/rancher/azureserviceoperator:v2.8.0
, which results inImagePullBackOff
.This causes
Azure
provider to fail cluster provisioning in e2e run.Example e2e failure where the issues appears: https://github.com/rancher/turtles/actions/runs/12649521964/artifacts/2395274420
We need to update the handle to point to an existing image.
Ref: https://github.com/rancher/clusterapi-forks/issues/28 (issue was moved, but it must be tracked in turtles repo)
The text was updated successfully, but these errors were encountered: