cluster-api-provider-openstack icon indicating copy to clipboard operation
cluster-api-provider-openstack copied to clipboard

incomplete logs when image is missing

Open EmilienM opened this issue 1 year ago • 1 comments

/kind bug

if a Glance image is missing, this is the error that we get:

"Reconciler error" err="no images were found with the given image filter: {<nil> 0xc00071b0c0}" controller="openstackmachine" controllerGroup="infrastructure.cluster.x-k8s.io" controllerKind="OpenStackMachine" OpenStackMachine="default/without-lb-12343-control-plane-dwjgm" namespace="default" name="without-lb-12343-control-plane-dwjgm" reconcileID="370f585d-c19a-4117-bffb-fccf40c000cb"

It'll be better to provide the full filter so the user can know what image is missing.

EmilienM avatar May 28 '24 18:05 EmilienM

That's a bug on the error message for sure.

The UX issue, btw, would be if we don't also push this something the user can view it.

mdbooth avatar May 30 '24 09:05 mdbooth

seems to be resolved in #2135

tsuzu avatar Jul 23 '24 14:07 tsuzu