istio-ecosystem / sail-operator

The Sail Operator is able to install and manage the lifecycle of the Istio control plane in an Kubernetes & OpenShift cluster.
Apache License 2.0
28 stars 23 forks source link

Fix job failure: e2e-kind-olm #344

Open fjglira opened 4 days ago

fjglira commented 4 days ago

We need to check what is going on with the job e2e-kind-olm. Currently is failing with this error:

namespace/sail-operator created
time="2024-09-18T10:57:26Z" level=info msg="Creating a File-Based Catalog of the bundle \"localhost:5000/sail-operator-bundle:v0.2.0\""
time="2024-09-18T10:57:26Z" level=info msg="Generated a valid File-Based Catalog"
time="2024-09-18T10:57:33Z" level=info msg="Created registry pod: localhost-5000-sail-operator-bundle-v0-2-0"
time="2024-09-18T10:57:34Z" level=info msg="Created CatalogSource: sailoperator-catalog"
time="2024-09-18T10:57:34Z" level=info msg="OperatorGroup \"operator-sdk-og\" created"
time="2024-09-18T10:57:34Z" level=info msg="Created Subscription: sailoperator-v0-2-0-sub"
time="2024-09-18T10:59:17Z" level=fatal msg="Failed to run bundle: install plan is not available for the subscription sailoperator-v0-2-0-sub: context deadline exceeded\n"
+ cleanup_kind_cluster operator-integration-tests
fjglira commented 3 days ago

The issue is still happening more information here:

This is the cause Why The operator is not get deployed completely