wait.sh is failing on RKE2
The /tests/wait.sh works on k3d but is failing on rke2 in the BigBang infra pipeline. The code is expecting "Finished all resource creation" but this is what rke2 has for the kiali CRD
status:
conditions:
- ansibleResult:
changed: 12
completion: 2022-05-26T18:53:46.127412
failures: 0
ok: 95
skipped: 101
lastTransitionTime: "2022-05-26T18:47:24Z"
message: Awaiting next reconciliation
reason: Successful
status: "True"
type: Running
- lastTransitionTime: "2022-05-26T18:53:47Z"
message: Last reconciliation succeeded
reason: Successful
status: "True"
type: Successful
- lastTransitionTime: "2022-05-26T18:53:47Z"
message: ""
reason: ""
status: "False"
type: Failure
The recent kiali upgrade must have impacted it.