image-automation-controller icon indicating copy to clipboard operation
image-automation-controller copied to clipboard

Lack of context for failing reconciliation

Open tun0 opened this issue 2 years ago • 28 comments

{
  "level": "error",
  "ts": "2023-03-20T14:08:31.180Z",
  "msg": "Reconciler error",
  "controller": "imageupdateautomation",
  "controllerGroup": "image.toolkit.fluxcd.io",
  "controllerKind": "ImageUpdateAutomation",
  "ImageUpdateAutomation": {
    "name": "apps",
    "namespace": "flux-system"
  },
  "namespace": "flux-system",
  "name": "apps",
  "reconcileID": "081a105f-7672-4fc7-b532-26be91972eeb",
  "error": "object not found"
}

This doesn't provide enough context to determine what actually is going wrong here.

tun0 avatar Mar 20 '23 14:03 tun0