-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
I'm running 2 replicas and one of them always falls out of readiness and because there's no liveness probe the pod never restarts to recover.
So really I'm seeing 2 issues. No liveness probe and the readiness probe starts failing.
Here's my log messages
Defaulted container "trust-manager" out of: trust-manager, cert-manager-package-debian (init)
2025-07-04T00:18:58.510824605Z {"time":"2025-07-04T00:18:58.510755458Z","level":"INFO","msg":"successfully loaded default package from filesystem","id":"cert-manager-debian-bookworm-20230311.0-678d423fad6fb240","path":"/packages/cert-manager-package-debian.json"}
2025-07-04T00:18:58.510929542Z {"time":"2025-07-04T00:18:58.510871981Z","level":"INFO","msg":"registering webhook endpoints"}
2025-07-04T00:18:58.510929542Z {"time":"2025-07-04T00:18:58.51089394Z","level":"INFO","msg":"Registering a validating webhook","logger":"controller-runtime/builder","GVK":{"Group":"trust.cert-manager.io","Version":"v1alpha1","Kind":"Bundle"},"path":"/validate-trust-cert-manager-io-v1alpha1-bundle"}
2025-07-04T00:18:58.510973682Z {"time":"2025-07-04T00:18:58.510966405Z","level":"INFO","msg":"Registering webhook","path":"/validate-trust-cert-manager-io-v1alpha1-bundle","logger":"controller-runtime/webhook"}
2025-07-04T00:18:58.511024093Z {"time":"2025-07-04T00:18:58.511010155Z","level":"INFO","msg":"Starting metrics server","logger":"controller-runtime/metrics"}
2025-07-04T00:18:58.511078709Z {"time":"2025-07-04T00:18:58.511051311Z","level":"INFO","msg":"starting server","name":"health probe","addr":"[::]:6060"}
2025-07-04T00:18:58.511096685Z {"time":"2025-07-04T00:18:58.511082633Z","level":"INFO","msg":"Serving metrics server","logger":"controller-runtime/metrics","bindAddress":"0.0.0.0:9402","secure":false}
2025-07-04T00:18:58.511133618Z {"time":"2025-07-04T00:18:58.511116941Z","level":"INFO","msg":"Starting webhook server","logger":"controller-runtime/webhook"}
2025-07-04T00:18:58.511250057Z {"time":"2025-07-04T00:18:58.511232277Z","level":"INFO","msg":"attempting to acquire leader lease cert-manager/trust-manager-leader-election..."}
2025-07-04T00:18:58.511360201Z {"time":"2025-07-04T00:18:58.511346393Z","level":"INFO","msg":"Updated current TLS certificate","logger":"controller-runtime/certwatcher"}
2025-07-04T00:18:58.511570563Z {"time":"2025-07-04T00:18:58.511402166Z","level":"INFO","msg":"Serving webhook server","logger":"controller-runtime/webhook","host":"0.0.0.0","port":6443}
2025-07-04T00:18:58.511570563Z {"time":"2025-07-04T00:18:58.511453607Z","level":"INFO","msg":"Starting certificate poll+watcher","logger":"controller-runtime/certwatcher","interval":10000000000}
2025-07-04T07:54:53.808938641Z {"time":"2025-07-04T07:54:53.310573422Z","level":"INFO","msg":"http: TLS handshake error from 127.0.0.1:52086: read tcp 127.0.0.1:6443->127.0.0.1:52086: read: connection reset by peer"}
2025-07-04T07:54:59.806264957Z {"time":"2025-07-04T07:54:57.809393694Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: context deadline exceeded"}
2025-07-04T07:54:59.808710955Z {"time":"2025-07-04T07:54:59.808669214Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T07:54:59.906309800Z {"time":"2025-07-04T07:54:59.906183331Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T07:54:59.907444471Z {"time":"2025-07-04T07:54:59.907209577Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T07:55:00.107258788Z {"time":"2025-07-04T07:55:00.107230304Z","level":"ERROR","msg":"error retrieving resource lock cert-manager/trust-manager-leader-election: Get \"https://172.30.0.1:443/apis/coordination.k8s.io/v1/namespaces/cert-manager/leases/trust-manager-leader-election?timeout=5s\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
2025-07-04T07:55:00.214945957Z {"time":"2025-07-04T07:55:00.214411498Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T07:55:00.215079363Z {"time":"2025-07-04T07:55:00.21506596Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T07:55:00.309238171Z {"time":"2025-07-04T07:55:00.309217186Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T10:52:34.111052846Z {"time":"2025-07-04T10:52:34.106417301Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T10:52:34.707387720Z {"time":"2025-07-04T10:52:34.70689727Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T14:23:16.411764022Z {"time":"2025-07-04T14:23:16.408254008Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T14:23:16.613479353Z {"time":"2025-07-04T14:23:16.61036144Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T14:23:49.510400090Z {"time":"2025-07-04T14:23:47.910836477Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T14:24:05.310251009Z {"time":"2025-07-04T14:24:04.509734319Z","level":"INFO","msg":"http: TLS handshake error from 127.0.0.1:35638: EOF"}
2025-07-04T14:24:13.908810875Z {"time":"2025-07-04T14:24:13.908426783Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: context deadline exceeded"}
2025-07-04T14:24:14.006622414Z {"time":"2025-07-04T14:24:14.006260085Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T14:24:14.006765033Z {"time":"2025-07-04T14:24:14.006261833Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T14:24:14.007147459Z {"time":"2025-07-04T14:24:14.007127991Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T14:24:14.606229627Z {"time":"2025-07-04T14:24:13.909705009Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T14:24:14.606267699Z {"time":"2025-07-04T14:24:14.407801978Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T14:24:14.606549948Z {"time":"2025-07-04T14:24:14.308920495Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T14:24:16.709518252Z {"time":"2025-07-04T14:24:16.610396045Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T14:24:16.710547617Z {"time":"2025-07-04T14:24:16.610384925Z","level":"ERROR","msg":"error retrieving resource lock cert-manager/trust-manager-leader-election: Get \"https://172.30.0.1:443/apis/coordination.k8s.io/v1/namespaces/cert-manager/leases/trust-manager-leader-election?timeout=5s\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
2025-07-04T14:24:16.815638736Z {"time":"2025-07-04T14:24:16.815352736Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T14:24:16.907288724Z {"time":"2025-07-04T14:24:16.907262734Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T14:24:16.908254999Z {"time":"2025-07-04T14:24:16.908246567Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T14:24:16.909220049Z {"time":"2025-07-04T14:24:16.909210461Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T17:05:51.009267298Z {"time":"2025-07-04T17:05:51.009238557Z","level":"INFO","msg":"http: TLS handshake error from 127.0.0.1:34964: read tcp 127.0.0.1:6443->127.0.0.1:34964: read: connection reset by peer"}
2025-07-04T17:05:53.415243725Z {"time":"2025-07-04T17:05:53.413558374Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: context deadline exceeded"}
2025-07-04T17:05:54.112041403Z {"time":"2025-07-04T17:05:54.108555907Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T17:05:54.610291619Z {"time":"2025-07-04T17:05:54.607907007Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T17:05:55.014394690Z {"time":"2025-07-04T17:05:55.012987301Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T17:05:55.408045474Z {"time":"2025-07-04T17:05:55.309857785Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T17:05:55.413670448Z {"time":"2025-07-04T17:05:55.411428551Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T19:58:09.710611218Z {"time":"2025-07-04T19:58:02.806239371Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T19:58:15.207171536Z {"time":"2025-07-04T19:58:15.111865362Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T19:58:15.207171536Z {"time":"2025-07-04T19:58:15.207143154Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T19:58:16.308127346Z {"time":"2025-07-04T19:58:15.206175009Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T19:58:24.406655166Z {"time":"2025-07-04T19:58:24.108495214Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: context deadline exceeded"}
2025-07-04T19:58:25.506713100Z {"time":"2025-07-04T19:58:24.909829734Z","level":"INFO","msg":"http: TLS handshake error from 127.0.0.1:51538: EOF"}
2025-07-04T19:58:27.109556784Z {"time":"2025-07-04T19:58:26.907523453Z","level":"ERROR","msg":"error retrieving resource lock cert-manager/trust-manager-leader-election: Get \"https://172.30.0.1:443/apis/coordination.k8s.io/v1/namespaces/cert-manager/leases/trust-manager-leader-election?timeout=5s\": context deadline exceeded"}
2025-07-04T19:58:28.709238701Z {"time":"2025-07-04T19:58:26.707310708Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T19:58:34.009899791Z {"time":"2025-07-04T19:58:32.911217312Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T19:58:34.309952062Z {"time":"2025-07-04T19:58:34.306547635Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T19:58:35.207821138Z {"time":"2025-07-04T19:58:35.206524838Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T19:58:36.011333305Z {"time":"2025-07-04T19:58:36.008082055Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T19:58:36.410898203Z {"time":"2025-07-04T19:58:36.408244032Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T19:58:36.911019316Z {"time":"2025-07-04T19:58:36.907063617Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T19:58:37.112927786Z {"time":"2025-07-04T19:58:37.106320487Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T21:00:11.917597848Z {"time":"2025-07-04T21:00:11.916527637Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T21:00:12.614805107Z {"time":"2025-07-04T21:00:12.612063204Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T23:04:10.806218286Z {"time":"2025-07-04T23:04:02.513010635Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:04:12.306205953Z {"time":"2025-07-04T23:04:10.911021407Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:04:23.806700049Z {"time":"2025-07-04T23:04:23.606683463Z","level":"INFO","msg":"http: TLS handshake error from 127.0.0.1:56706: EOF"}
2025-07-04T23:04:26.306681840Z {"time":"2025-07-04T23:04:25.910483451Z","level":"ERROR","msg":"error retrieving resource lock cert-manager/trust-manager-leader-election: Get \"https://172.30.0.1:443/apis/coordination.k8s.io/v1/namespaces/cert-manager/leases/trust-manager-leader-election?timeout=5s\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
2025-07-04T23:04:32.406931614Z {"time":"2025-07-04T23:04:26.006275298Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:06:09.306654047Z {"time":"2025-07-04T23:05:07.406189914Z","level":"INFO","msg":"http: TLS handshake error from 127.0.0.1:59140: EOF"}
2025-07-04T23:07:26.906582822Z {"time":"2025-07-04T23:04:40.207013336Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: context deadline exceeded"}
2025-07-04T23:07:28.506273211Z {"time":"2025-07-04T23:07:19.512028568Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: context deadline exceeded"}
2025-07-04T23:07:32.106280927Z {"time":"2025-07-04T23:06:24.30733852Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:07:39.606234096Z {"time":"2025-07-04T23:07:08.507823208Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:08:11.706258345Z {"time":"2025-07-04T23:07:48.206792998Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:08:11.707403070Z {"time":"2025-07-04T23:07:57.706191014Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
2025-07-04T23:08:14.806288582Z {"time":"2025-07-04T23:08:02.106246376Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:08:14.906277075Z {"time":"2025-07-04T23:07:45.706616958Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:08:40.106326058Z {"time":"2025-07-04T23:08:11.406250931Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:09:11.606403657Z {"time":"2025-07-04T23:08:20.206483569Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
2025-07-04T23:09:15.708475510Z {"time":"2025-07-04T23:08:19.006302719Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:09:36.506298630Z {"time":"2025-07-04T23:08:18.306172908Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T23:09:47.406272381Z {"time":"2025-07-04T23:08:24.806182534Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:10:16.906549641Z {"time":"2025-07-04T23:08:21.306267548Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:10:19.107090056Z {"time":"2025-07-04T23:09:19.206281225Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T23:10:29.906595204Z {"time":"2025-07-04T23:09:52.207240934Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:11:20.006675458Z {"time":"2025-07-04T23:09:27.806209728Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:11:20.306327375Z {"time":"2025-07-04T23:10:42.406196744Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:11:40.306305712Z {"time":"2025-07-04T23:10:34.206248862Z","level":"INFO","msg":"http: TLS handshake error from 127.0.0.1:47324: EOF"}
2025-07-04T23:13:18.306447004Z {"time":"2025-07-04T23:11:32.206774954Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T23:13:54.706348461Z {"time":"2025-07-04T23:10:36.806244629Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:14:26.806324246Z {"time":"2025-07-04T23:08:53.60632768Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:14:44.106191906Z {"time":"2025-07-04T23:09:53.706912177Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
2025-07-04T23:32:15.506534773Z {"time":"2025-07-04T23:11:56.706222489Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-04T23:39:24.506208985Z {"time":"2025-07-04T23:11:19.207072446Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:49:15.107110413Z {"time":"2025-07-04T23:29:14.206660536Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:49:24.211586276Z {"time":"2025-07-04T23:15:24.006931485Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:50:02.906331232Z {"time":"2025-07-04T23:20:57.607308436Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
2025-07-04T23:50:33.106268450Z {"time":"2025-07-04T23:34:13.606185188Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
2025-07-04T23:50:50.906868613Z {"time":"2025-07-04T23:13:03.306321989Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
2025-07-04T23:50:54.908568077Z {"time":"2025-07-04T23:16:19.206175912Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:51:14.906307071Z {"time":"2025-07-04T23:37:08.606319043Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:51:36.606356240Z {"time":"2025-07-04T23:31:32.106258003Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:52:13.607021217Z {"time":"2025-07-04T23:25:41.306179937Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"informers_synced","error":"informers not synced"}
2025-07-04T23:54:55.606585837Z {"time":"2025-07-04T23:31:30.70617727Z","level":"INFO","msg":"healthz check failed","logger":"controller-runtime/healthz","statuses":[{},{}]}
2025-07-05T00:16:27.006289828Z {"time":"2025-07-04T23:50:27.306215905Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
2025-07-05T00:56:31.606265261Z {"time":"2025-07-04T23:50:11.806362671Z","level":"DEBUG+3","msg":"healthz check failed","logger":"controller-runtime/healthz","checker":"validator","error":"webhook server is not reachable: dial tcp 0.0.0.0:6443: i/o timeout"}
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels