-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.18
-
Important
-
None
-
Rejected
-
False
-
Component Readiness has found a potential regression in the following test:
operator conditions ingress
Probability of significant regression: 96.23%
Sample (being evaluated) Release: 4.18
Start Time: 2024-10-03T00:00:00Z
End Time: 2024-10-10T23:59:59Z
Success Rate: 92.11%
Successes: 70
Failures: 6
Flakes: 0
Base (historical) Release: 4.17
Start Time: 2024-09-01T00:00:00Z
End Time: 2024-10-01T23:59:59Z
Success Rate: 97.70%
Successes: 212
Failures: 5
Flakes: 0
The issue appears with cluster setup failure due to secret not found:
msg=Cluster operator storage EvaluationConditionsDetected is Unknown with NoData:
level=error msg=Cluster initialization failed because one or more operators are not functioning properly.
level=error msg=The cluster should be accessible for troubleshooting as detailed in the documentation linked below,
level=error msg=https://docs.openshift.com/container-platform/latest/support/troubleshooting/troubleshooting-installations.html
level=error msg=The 'wait-for install-complete' subcommand can then be used to continue the installation
level=error msg=failed to initialize the cluster: Cluster operators machine-api, monitoring are not available
+(utils.sh:1): create_cluster(): auth_template_and_removetmp
+(utils.sh:859): auth_template_and_removetmp(): echo 6
+(utils.sh:860): auth_template_and_removetmp(): generate_auth_template
+(utils.sh:327): generate_auth_template(): set +x
Error from server (NotFound): secrets "metal3-ironic-inspector-password" not found
Error from server (NotFound): secrets "metal3-ironic-inspector-password" not found
+(utils.sh:861): auth_template_and_removetmp(): removetmp
+(utils.sh:855): removetmp(): '[' -n '' ']'
+(utils.sh:855): removetmp(): true
make: *** [Makefile:61: ocp_run] Error 6
Also same error was found for all
periodic-ci-openshift-release-master-nightly-X.X-e2e-metal-ipi-ovn-bm-upgrade
test failures.