install use enableCertManager #4914
Unanswered
youngwanjin
asked this question in
Q&A
Replies: 1 comment
-
the secrets is : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when install use enableCertManager ,why find kueue-webhook-server-cert Secret always?
version : v0.10.0
error:
{"level":"info","ts":"2025-04-08T14:45:39.517158432Z","caller":"manager/internal.go:554","msg":"Stopping and waiting for webhooks"}
{"level":"info","ts":"2025-04-08T14:45:39.517176939Z","caller":"manager/internal.go:557","msg":"Stopping and waiting for HTTP servers"}
{"level":"info","ts":"2025-04-08T14:45:39.517195297Z","caller":"manager/server.go:68","msg":"shutting down server","name":"health probe","addr":"[::]:8081"}
{"level":"info","ts":"2025-04-08T14:45:39.517253182Z","logger":"controller-runtime.metrics","caller":"server/server.go:254","msg":"Shutting down metrics server with timeout of 1 minute"}
{"level":"info","ts":"2025-04-08T14:45:39.517281707Z","caller":"manager/internal.go:561","msg":"Wait completed, proceeding to shutdown the manager"}
{"level":"error","ts":"2025-04-08T14:45:39.517338651Z","caller":"manager/internal.go:512","msg":"error received after stop sequence was engaged","error":"leader election lost","stacktrace":"sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).engageStopProcedure.func1\n\t/workspace/vendor/sigs.k8s.io/controller-runtime/pkg/manager/internal.go:512"}
{"level":"error","ts":"2025-04-08T14:45:39.517300584Z","logger":"setup","caller":"kueue/main.go:214","msg":"Could not run manager","error":"acquiring secret to update certificates: Secret "kueue-webhook-server-cert" not found","errorVerbose":"Secret "kueue-webhook-server-cert" not found\nacquiring secret to update certificates\ngithub-proxy.voidd.workers.dev/open-policy-agent/cert-controller/pkg/rotator.(*CertRotator).refreshCertIfNeeded.func1\n\t/workspace/vendor/github.com/open-policy-agent/cert-controller/pkg/rotator/rotator.go:324\nk8s.io/apimachinery/pkg/util/wait.runConditionWithCrashProtection\n\t/workspace/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145\nk8s.io/apimachinery/pkg/util/wait.ExponentialBackoff\n\t/workspace/vendor/k8s.io/apimachinery/pkg/util/wait/backoff.go:461\ngithub-proxy.voidd.workers.dev/open-policy-agent/cert-controller/pkg/rotator.(*CertRotator).refreshCertIfNeeded\n\t/workspace/vendor/github.com/open-policy-agent/cert-controller/pkg/rotator/rotator.go:357\ngithub-proxy.voidd.workers.dev/open-policy-agent/cert-controller/pkg/rotator.(*CertRotator).Start\n\t/workspace/vendor/github.com/open-policy-agent/cert-controller/pkg/rotator/rotator.go:285\nsigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1\n\t/workspace/vendor/sigs.k8s.io/controller-runtime/pkg/manager/runnable_group.go:226\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1700","stacktrace":"main.main\n\t/workspace/cmd/kueue/main.go:214\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:272"}
Beta Was this translation helpful? Give feedback.
All reactions