-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic Error Being Thrown #522
Comments
I have a hypothesis where this might come from but I need your help to verify it: Do you have Would you mind posting the status part of your ImageUpdateAutomation object here? |
The missing |
Yes, we do have the signing key set, here is the entire output of the resource k get imageupdateuatomation -o yaml
|
If that's the case, I suspect the image mentioned in #527 will tell you the core of the issue. Although I would expect this same information to be available in the events for the affected resource. |
could you please post the logs without the grep? i believe the grep is omitting the actual stack trace that should get logged on a panic. |
could you please try |
For some reason we are seeing errors being thrown on the image automation controller for one of our
imageupdateautomations
the error is:We are going to try removing some unnecassary yaml files from our github repo and see if that resolves the error, but in the mean-time @stefanprodan advised me to log this as an issue.
UPDATE:
We are seeing a penic error on a different namespace as well, but here is the full trace version of the error:
Trace Output
Flux Check Output
``` matt@AMS-LMPMLO01 tf-eng-infra-prod % flux check ► checking prerequisites ✗ flux 0.41.2 <2.0.0-rc.4 (new version is available, please upgrade) ✔ Kubernetes 1.27.1-eks-2f008fe >=1.20.6-0 ► checking controllers ✔ helm-controller: deployment ready ► ghcr.io/fluxcd/helm-controller:v0.34.0 ✔ image-automation-controller: deployment ready ► ghcr.io/fluxcd/image-automation-controller:v0.34.0 ✔ image-reflector-controller: deployment ready ► ghcr.io/fluxcd/image-reflector-controller:v0.28.0 ✔ kustomize-controller: deployment ready ► ghcr.io/fluxcd/kustomize-controller:v1.0.0-rc.4 ✔ notification-controller: deployment ready ► ghcr.io/fluxcd/notification-controller:v1.0.0-rc.4 ✔ source-controller: deployment ready ► ghcr.io/fluxcd/source-controller:v1.0.0-rc.4 ► checking crds ✔ alerts.notification.toolkit.fluxcd.io/v1beta2 ✔ buckets.source.toolkit.fluxcd.io/v1beta2 ✔ gitrepositories.source.toolkit.fluxcd.io/v1 ✔ helmcharts.source.toolkit.fluxcd.io/v1beta2 ✔ helmreleases.helm.toolkit.fluxcd.io/v2beta1 ✔ helmrepositories.source.toolkit.fluxcd.io/v1beta2 ✔ imagepolicies.image.toolkit.fluxcd.io/v1beta2 ✔ imagerepositories.image.toolkit.fluxcd.io/v1beta2 ✔ imageupdateautomations.image.toolkit.fluxcd.io/v1beta1 ✔ kustomizations.kustomize.toolkit.fluxcd.io/v1 ✔ ocirepositories.source.toolkit.fluxcd.io/v1beta2 ✔ providers.notification.toolkit.fluxcd.io/v1beta2 ✔ receivers.notification.toolkit.fluxcd.io/v1 ✔ all checks passed ```Larger chunk of logs without any grepping
The text was updated successfully, but these errors were encountered: