Replies: 3 comments 2 replies
-
|
Hi, Have you found the solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Your |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
here is my full config: And some logs of the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
notification controller doesn't send alert when kustomize-controller meets reconciliation fail event of HelmRelease dry-run failed.
Is there a way to alert as well?
(other alerts are fine)
kustomize-controller's log
{"level":"error","ts":"2024-05-10T02:04:17.796Z","msg":"Reconciliation failed after 119.212687ms, next try in 1m0s","controller":"kustomization","controllerGroup":"kustomize.toolkit.fluxcd.io","controllerKind":"Kustomization","Kustomization":{"name":"application-ocu-preview","namespace":"flux-system"},"namespace":"flux-system","name":"application-ocu-preview","reconcileID":"ddaeac73-8292-45f5-915e-4b03629eb1c1","revision":"main@sha1:5eecc3dbe67a7e1ef83878f029762f93a3a045e7","error":"HelmRelease/ocu/ocu-report-api-fix-Flux-Reconcilication-Alert2 dry-run failed (Invalid): HelmRelease.helm.toolkit.fluxcd.io \"ocu-report-api-fix-Flux-Reconcilication-Alert2\" is invalid: metadata.name: Invalid value: \"ocu-report-api-fix-Flux-Reconcilication-Alert2\": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')\n"}notification-controller's log
{"level":"info","ts":"2024-05-10T02:10:18.680Z","logger":"event-server","msg":"discarding event, no alerts found for the involved object","eventInvolvedObject":{"kind":"Kustomization","namespace":"flux-system","name":"application-ocu-preview","uid":"7d2cc159-9809-4594-b4d6-4950ccca573a","apiVersion":"kustomize.toolkit.fluxcd.io/v1","resourceVersion":"156918550"}}crd
Beta Was this translation helpful? Give feedback.
All reactions