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
Something is complaining that log.SetLogger was never called, but we have lots of logs.
Probably means something in controller-runtime needs to be configured or disabled ...
[controller-runtime] log.SetLogger(...) was never called, logs will not be displayed:
goroutine 148 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:24 +0x5e
sigs.k8s.io/controller-runtime/pkg/log.eventuallyFulfillRoot()
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.0/pkg/log/log.go:59 +0xcd
sigs.k8s.io/controller-runtime/pkg/log.(*delegatingLogSink).WithValues(0xc000270580, {0xc0033500e0, 0x2, 0x2})
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.0/pkg/log/deleg.go:168 +0x49
github.com/go-logr/logr.Logger.WithValues(...)
/go/pkg/mod/github.com/go-logr/logr@v1.2.4/logr.go:323
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController.func1(0xc0033500c0)
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.0/pkg/builder/controller.go:398 +0x173
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc0003c1180, {0x1be33e0, 0xc000017f90}, {0x17bd380?, 0xc0033500a0?})
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.0/pkg/internal/controller/controller.go:305 +0x16a
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc0003c1180, {0x1be33e0, 0xc000017f90})
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.0/pkg/internal/controller/controller.go:265 +0x1c9
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.0/pkg/internal/controller/controller.go:226 +0x79
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 96
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.0/pkg/internal/controller/controller.go:222 +0x565
The text was updated successfully, but these errors were encountered:
Something is complaining that
log.SetLogger
was never called, but we have lots of logs.Probably means something in controller-runtime needs to be configured or disabled ...
The text was updated successfully, but these errors were encountered: