-
Notifications
You must be signed in to change notification settings - Fork 25
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
Pod Crashloopbackoff #114
Comments
Can you retest with the latest version? |
We still have the error on v0.4.8
|
I have the same error - unfortunately with v0.4.8
|
Same here at v0.4.8, it appears the issue is at line 40 of
|
Same here at v0.4.8. Any work around for the issue? E1218 13:20:05.525913 1 iface.go:275] "Observed a panic" panic="interface conversion: interface {} is nil, not *v1.Pod" panicGoValue="&runtime.TypeAssertionError{_interface:(*abi.Type)(0x2290bc0), concrete:(*abi.Type)(nil), asserted:(*abi.Type)(0x26536e0), missingMethod:\"\"}" stacktrace=<
goroutine 279 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x2a1a968, 0x4049440}, {0x2327b40, 0xc007a2a870})
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:107 +0xbc
k8s.io/apimachinery/pkg/util/runtime.handleCrash({0x2a1a968, 0x4049440}, {0x2327b40, 0xc007a2a870}, {0x4049440, 0x0, 0x10000c0008e4a80?})
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:82 +0x5e
k8s.io/apimachinery/pkg/util/runtime.HandleCrash({0x0, 0x0, 0xc0008e4a80?})
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:59 +0x108
panic({0x2327b40?, 0xc007a2a870?})
/opt/hostedtoolcache/go/1.23.2/x64/src/runtime/panic.go:785 +0x132
github.com/gimlet-io/capacitor/pkg/controllers.PodController.func1({{0xc007a05600?, _}, {_, _}}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...)
/home/runner/work/capacitor/capacitor/pkg/controllers/podController.go:40 +0x3b4
github.com/gimlet-io/capacitor/pkg/controllers.(*Controller).processNextItem(0xc00062c500)
/home/runner/work/capacitor/capacitor/pkg/controllers/controller.go:185 +0x465
github.com/gimlet-io/capacitor/pkg/controllers.(*Controller).runWorker(...)
/home/runner/work/capacitor/capacitor/pkg/controllers/controller.go:243
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc003eef7c0, {0x29f96e0, 0xc003dc9140}, 0x1, 0xc000248070)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc003eef7c0, 0x3b9aca00, 0x0, 0x1, 0xc000248070)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
k8s.io/apimachinery/pkg/util/wait.Until(...)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
created by github.com/gimlet-io/capacitor/pkg/controllers.(*Controller).Run in goroutine 145
/home/runner/work/capacitor/capacitor/pkg/controllers/controller.go:235 +0x2d2
>
panic: interface conversion: interface {} is nil, not *v1.Pod [recovered]
panic: interface conversion: interface {} is nil, not *v1.Pod
goroutine 279 [running]:
k8s.io/apimachinery/pkg/util/runtime.handleCrash({0x2a1a968, 0x4049440}, {0x2327b40, 0xc007a2a870}, {0x4049440, 0x0, 0x10000c0008e4a80?})
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:89 +0xee
k8s.io/apimachinery/pkg/util/runtime.HandleCrash({0x0, 0x0, 0xc0008e4a80?})
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:59 +0x108
panic({0x2327b40?, 0xc007a2a870?})
/opt/hostedtoolcache/go/1.23.2/x64/src/runtime/panic.go:785 +0x132
github.com/gimlet-io/capacitor/pkg/controllers.PodController.func1({{0xc007a05600?, _}, {_, _}}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...)
/home/runner/work/capacitor/capacitor/pkg/controllers/podController.go:40 +0x3b4
github.com/gimlet-io/capacitor/pkg/controllers.(*Controller).processNextItem(0xc00062c500)
/home/runner/work/capacitor/capacitor/pkg/controllers/controller.go:185 +0x465
github.com/gimlet-io/capacitor/pkg/controllers.(*Controller).runWorker(...)
/home/runner/work/capacitor/capacitor/pkg/controllers/controller.go:243
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc003eef7c0, {0x29f96e0, 0xc003dc9140}, 0x1, 0xc000248070)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc003eef7c0, 0x3b9aca00, 0x0, 0x1, 0xc000248070)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
k8s.io/apimachinery/pkg/util/wait.Until(...)
/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
created by github.com/gimlet-io/capacitor/pkg/controllers.(*Controller).Run in goroutine 145
/home/runner/work/capacitor/capacitor/pkg/controllers/controller.go:235 +0x2d2 |
I have tried to disable readinessProbe but it didn't help, still restarting |
Any finding or fix so far? We have disabled it in our environment and waiting for fix. |
ERROR
The text was updated successfully, but these errors were encountered: