-
Notifications
You must be signed in to change notification settings - Fork 197
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
Starboard operator goes is crash-loop and then it never starts. #880
Comments
From these logs it could be that something is wrong with connection to Kubernetes API server. Could you confirm which K8s platform is it? Upstream Kubernetes or managed cluster such as OpenShift / EKS? Please specify:
For troubleshooting it's useful to know how big is your cluster? How many nodes it has and how many workloads you run. Also could you confirm that the control plane node was READY all them time and the Kubernetes API Server was live and ready? |
k8s platform = AKS, Managed Cluster
Cluster Size = 40 nodes
workload => RS=1009 SS=157 DS=7 & Jobs=3643 Control Plane Status = Live |
Thank you for providing additional details @RSE132. It's still hard to figure out the root cause of the problems you are facing. Also, we have a limited capacity and permissions to access your environment and troubleshoot managed K8s clusters (possibly configured with a managed registry). Therefore, I can only ask the community members familiar with AKS for help or point you to the contributing guide where you can find some hints on debugging the operator by running it Out of Cluster. |
@danielpacak Not sure why... but this issue I am facing on a specific cluster only The error starts with - Looks like it fails to list v1alpha1.VulnerabilityReport as it is timing out.... Can we increase this time out value ? |
We are using https://github.com/kubernetes-sigs/controller-runtime, which instantiates the default |
This would be good to have a new feature to configure these settings.... In my situation there are 5000+ reports and to get all these api call times out which is set to 60s by default.... allowing this timeout value configurable would resolve such issue in bigger cluster.... |
Hello @RSE132 , did you find a temporary solution ? |
What steps did you take and what happened:
Starboard operator goes is crash-loop and then it never starts. I have deleted the entire deployment and re-deployed it in the k8s cluster...... then it runs properly for few hours and then go into crash-loop state with below errors.
I0103 11:50:14.609297 1 trace.go:205] Trace[776753496]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167 (03-Jan-2022 11:49:14.062) (total time: 60546ms): Trace[776753496]: [1m0.546384684s] [1m0.546384684s] END E0103 11:50:14.609346 1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1alpha1.VulnerabilityReport: failed to list *v1alpha1.VulnerabilityReport: stream error when reading response body, may be caused by closed connection. Please retry. Original error: stream error: stream ID 189; INTERNAL_ERROR; received from peer {"level":"error","ts":1641210674.061664,"logger":"controller.job","msg":"Could not wait for Cache to sync","reconciler group":"batch","reconciler kind":"Job","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} I0103 11:51:14.062897 1 trace.go:205] Trace[1458497135]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167 (03-Jan-2022 11:50:15.727) (total time: 58335ms): Trace[1458497135]: [58.335395031s] [58.335395031s] END {"level":"error","ts":1641210674.0636806,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0764806,"logger":"controller.node","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"Node","error":"failed to wait for node caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0765655,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.07677,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0768564,"logger":"controller.pod","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"Pod","error":"failed to wait for pod caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.076921,"logger":"controller.cronjob","msg":"Could not wait for Cache to sync","reconciler group":"batch","reconciler kind":"CronJob","error":"failed to wait for cronjob caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0769231,"logger":"controller.daemonset","msg":"Could not wait for Cache to sync","reconciler group":"apps","reconciler kind":"DaemonSet","error":"failed to wait for daemonset caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0766485,"logger":"controller.cronjob","msg":"Could not wait for Cache to sync","reconciler group":"batch","reconciler kind":"CronJob","error":"failed to wait for cronjob caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.076976,"logger":"controller.job","msg":"Could not wait for Cache to sync","reconciler group":"batch","reconciler kind":"Job","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0770347,"logger":"controller.replicaset","msg":"Could not wait for Cache to sync","reconciler group":"apps","reconciler kind":"ReplicaSet","error":"failed to wait for replicaset caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0770917,"logger":"controller.daemonset","msg":"Could not wait for Cache to sync","reconciler group":"apps","reconciler kind":"DaemonSet","error":"failed to wait for daemonset caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0771453,"logger":"controller.pod","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"Pod","error":"failed to wait for pod caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.077109,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.077137,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0771866,"logger":"controller.replicationcontroller","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ReplicationController","error":"failed to wait for replicationcontroller caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.077208,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.077203,"logger":"controller.job","msg":"Could not wait for Cache to sync","reconciler group":"batch","reconciler kind":"Job","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.077236,"msg":"error received after stop sequence was engaged","error":"failed to wait for node caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0772367,"logger":"controller.replicationcontroller","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ReplicationController","error":"failed to wait for replicationcontroller caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0772595,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0772355,"logger":"controller.job","msg":"Could not wait for Cache to sync","reconciler group":"batch","reconciler kind":"Job","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0772688,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0772898,"logger":"controller.statefulset","msg":"Could not wait for Cache to sync","reconciler group":"apps","reconciler kind":"StatefulSet","error":"failed to wait for statefulset caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.07713,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.077299,"logger":"controller.replicaset","msg":"Could not wait for Cache to sync","reconciler group":"apps","reconciler kind":"ReplicaSet","error":"failed to wait for replicaset caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0773025,"msg":"error received after stop sequence was engaged","error":"failed to wait for pod caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0773392,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0773573,"msg":"error received after stop sequence was engaged","error":"failed to wait for cronjob caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0775707,"msg":"error received after stop sequence was engaged","error":"failed to wait for daemonset caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.077368,"logger":"controller.configmap","msg":"Could not wait for Cache to sync","reconciler group":"","reconciler kind":"ConfigMap","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.077418,"logger":"controller.statefulset","msg":"Could not wait for Cache to sync","reconciler group":"apps","reconciler kind":"StatefulSet","error":"failed to wait for statefulset caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0773568,"logger":"controller.job","msg":"Could not wait for Cache to sync","reconciler group":"batch","reconciler kind":"Job","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:705"} {"level":"error","ts":1641210674.0776224,"msg":"error received after stop sequence was engaged","error":"failed to wait for cronjob caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0776625,"msg":"error received after stop sequence was engaged","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0776954,"msg":"error received after stop sequence was engaged","error":"failed to wait for replicaset caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0777051,"msg":"error received after stop sequence was engaged","error":"failed to wait for daemonset caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0777304,"msg":"error received after stop sequence was engaged","error":"failed to wait for pod caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0777383,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0777457,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0777593,"msg":"error received after stop sequence was engaged","error":"failed to wait for replicationcontroller caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0777662,"msg":"error received after stop sequence was engaged","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0777838,"msg":"error received after stop sequence was engaged","error":"failed to wait for replicationcontroller caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.077792,"msg":"error received after stop sequence was engaged","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.077799,"msg":"error received after stop sequence was engaged","error":"failed to wait for statefulset caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0778062,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0778396,"msg":"error received after stop sequence was engaged","error":"failed to wait for replicaset caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0778475,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0778542,"msg":"error received after stop sequence was engaged","error":"failed to wait for configmap caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.077861,"msg":"error received after stop sequence was engaged","error":"failed to wait for statefulset caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0778675,"msg":"error received after stop sequence was engaged","error":"failed to wait for job caches to sync: timed out waiting for cache to be synced"} {"level":"error","ts":1641210674.0779657,"logger":"main","msg":"Unable to run starboard operator","error":"starting controllers manager: failed to wait for job caches to sync: timed out waiting for cache to be synced"}
Environment:
11.3
):kubectl 1.21
):The text was updated successfully, but these errors were encountered: