Closed
Description
/kind bug
What steps did you take and what happened:
And grep
for:
reconcileID="12187d68-f3cf-4596-94e8-83666306d5fc"
2191 uses of the same reconcile ID.
That's wrong and it wasn't the case in late October:
https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-openstack/1696/pull-cluster-api-provider-openstack-e2e-test/1717592179636965376/artifacts/clusters/bootstrap/logs/capo-system/capo-controller-manager/capo-controller-manager-66896777f9-kfgvg/manager.log
I strongly suspect this PR to be the cause, I've bisected CI jobs and this issue started after this PR.
What did you expect to happen:
The reconcile loops should be uniquely used and IDs shouldn't be the same. I found this issue when debugging #1788.