-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I have installed spegel in my kubernetes cluster and to solve the issue with tags like latest "3" and so on. I have also installed k8s-digester.
However I am not able to make it work.
From the logs:
{"level":"info","ts":1756805977.4014792,"logger":"manager","caller":"webhook/webhook.go:139","msg":"setting up cert rotation"}
{"level":"info","ts":1756805977.4016213,"logger":"manager","caller":"webhook/webhook.go:161","msg":"starting manager"}
{"level":"info","ts":1756805977.4017193,"logger":"manager","caller":"webhook/webhook.go:169","msg":"waiting for cert rotation setup"}
{"level":"info","ts":1756805977.4019551,"logger":"manager","caller":"controller/controller.go:175","msg":"Starting EventSource","controller":"cert-rotator","source":"kind source: *v1.Secret"}
{"level":"info","ts":1756805977.4019763,"logger":"manager","caller":"controller/controller.go:175","msg":"Starting EventSource","controller":"cert-rotator","source":"kind source: *unstructured.Unstructured"}
{"level":"info","ts":1756805977.4019835,"logger":"manager","caller":"controller/controller.go:183","msg":"Starting Controller","controller":"cert-rotator"}
{"level":"info","ts":1756805977.5107584,"logger":"manager","caller":"controller/controller.go:217","msg":"Starting workers","controller":"cert-rotator","worker count":1}
[controller-runtime] log.SetLogger(...) was never called; logs will not be displayed.
Detected at:
> goroutine 132 [running]:
> runtime/debug.Stack()
> runtime/debug/stack.go:26 +0x5e
> sigs.k8s.io/controller-runtime/pkg/log.eventuallyFulfillRoot()
> sigs.k8s.io/controller-runtime@v0.19.3/pkg/log/log.go:60 +0xcd
> sigs.k8s.io/controller-runtime/pkg/log.(*delegatingLogSink).Error(0xc000787a80, {0x2728820, 0xc000130220}, {0x2432530, 0x28}, {0x0, 0x0, 0x0})
> sigs.k8s.io/controller-runtime@v0.19.3/pkg/log/deleg.go:139 +0x5d
> github.com/go-logr/logr.Logger.Error({{0x27574b0?, 0xc000787a80?}, 0xc0004dd798?}, {0x2728820, 0xc000130220}, {0x2432530, 0x28}, {0x0, 0x0, 0x0})
> github.com/go-logr/logr@v1.4.2/logr.go:301 +0xec
> github.com/open-policy-agent/cert-controller/pkg/rotator.(*CertRotator).ensureCertsMounted(0xc0001b69a0)
> github.com/open-policy-agent/cert-controller@v0.12.0/pkg/rotator/rotator.go:869 +0x97
> created by github.com/open-policy-agent/cert-controller/pkg/rotator.(*CertRotator).Start in goroutine 96
> github.com/open-policy-agent/cert-controller@v0.12.0/pkg/rotator/rotator.go:291 +0x159
{"level":"info","ts":1756806796.113285,"logger":"manager","caller":"manager/internal.go:538","msg":"Stopping and waiting for non leader election runnables"}
{"level":"info","ts":1756806796.1134105,"logger":"manager","caller":"controller/controller.go:237","msg":"Shutdown signal received, waiting for all workers to finish","controller":"cert-rotator"}
{"level":"info","ts":1756806796.113454,"logger":"manager","caller":"controller/controller.go:239","msg":"All workers finished","controller":"cert-rotator"}
{"level":"info","ts":1756806796.113493,"logger":"manager","caller":"manager/internal.go:542","msg":"Stopping and waiting for leader election runnables"}
{"level":"info","ts":1756806796.113505,"logger":"manager","caller":"manager/internal.go:550","msg":"Stopping and waiting for caches"}
{"level":"info","ts":1756806796.1135154,"logger":"manager","caller":"manager/internal.go:554","msg":"Stopping and waiting for webhooks"}
{"level":"info","ts":1756806796.1135223,"logger":"manager","caller":"manager/internal.go:557","msg":"Stopping and waiting for HTTP servers"}
{"level":"info","ts":1756806796.1136105,"logger":"manager","caller":"manager/internal.go:561","msg":"Wait completed, proceeding to shutdown the manager"}
I have installed it with the manifests. Is there anyway to troubleshoot this issue?
Metadata
Metadata
Assignees
Labels
No labels