You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens hourly ever since I first deployed the operator - I think it happens during the second hourly reconciliation every run of the container (considering the timestamps in the log and the amount of restarts per hour). The image is ghcr.io/coroot/coroot-operator:1.1.0.
Some additional information since I see the stack trace mentions ingresses: I have never had a spec.ingress configured, and the namespace has never contained an ingress. I intend to deploy an Ingress later on, but for now I'm just trouble-shooting with kubectl port-forward until I'm confident about the setup.
The text was updated successfully, but these errors were encountered:
sgielen
changed the title
operator:1.1.0 got SIGSEGV panic
operator:1.1.0 got SIGSEGV panic (possibly because of no spec.ingress?)
Jan 19, 2025
This happens hourly ever since I first deployed the operator - I think it happens during the second hourly reconciliation every run of the container (considering the timestamps in the log and the amount of restarts per hour). The image is
ghcr.io/coroot/coroot-operator:1.1.0
.This is the Coroot YAML I currently have in the cluster:
Some additional information since I see the stack trace mentions ingresses: I have never had a
spec.ingress
configured, and the namespace has never contained an ingress. I intend to deploy an Ingress later on, but for now I'm just trouble-shooting withkubectl port-forward
until I'm confident about the setup.The text was updated successfully, but these errors were encountered: