Frederic Leger
Frederic Leger
Maybe similar in 1.10 : ``` k8s.io/[email protected]/pkg/util/runtime/runtime.go:49 +0x6b panic({0x19c4120?, 0x2ced7f0?}) runtime/panic.go:770 +0x132 k8s.io/ingress-nginx/internal/ingress/controller/store.New.func21({0x1a77ae0?, 0xc02539d5a0?}) k8s.io/ingress-nginx/internal/ingress/controller/store/store.go:819 +0x102 k8s.io/client-go/tools/cache.ResourceEventHandlerFuncs.OnDelete(...) k8s.io/[email protected]/tools/cache/controller.go:253 k8s.io/client-go/tools/cache.(*processorListener).run.func1() k8s.io/[email protected]/tools/cache/shared_informer.go:977 +0x9f k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?) k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33 k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000193f70, {0x1f08040, 0xc00030b680}, 0x1, 0xc0001219e0) k8s.io/[email protected]/pkg/util/wait/backoff.go:227...
For me it seem to happen randomly because i haven't seen it in the past and it occured only once in a few months. THe thing is we have a...
@TwoStone do you have something like prom metrics / grafana dashboard at the time of the error ?
> > @TwoStone do you have something like prom metrics / grafana dashboard at the time of the error ? > > > > @fredleger Yes we have prometheus metrics...
So that was the track i was also following. Looks like that there is some GC implied before the crash. Now it's up to someone who have skills on this...
I guess this can be tracked down to this line : https://github.com/surfinggo/kubectl-cf/blob/c6442055664674d0581ee54da288ebeac076e637/kube.go#L28 But removing the check don't assure you the link is pointing to a valid file (maybe it's a...
please reopen
Same as others stated. I wanted to destroy a full infrastructure created with terragrunt run-all apply. One component was destroyed outside of terraform and thus I was obliged to destroy...
ok can you details the procedure @yhakbar ? i did not find it (like the others i guess) looking in terragrunt documentation
hey ! just ran into this. any update ?