Closed
Description
/kind bug
Since controller-runtime kubernetes-sigs/controller-runtime#2451, a warning will be logged when the OpenStack controllers is preparing the bastion VM, which was returning an error and a non-zero result.
Side note:
We also saw infinite retries using the same reconcile ID, this might or might not be related to that issue.
EDIT: I saw it in old jobs (from like a month ago) where the reconcileID
was re-used thousands of times; I guess this is normal.
EDIT2: It's a real issue: #1840