This repository was archived by the owner on Apr 24, 2024. It is now read-only.
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
Raise exception: failed to wait for widget caches to sync: timed out waiting for cache to be synced #25
Open
Description
I deployed the controller
to my virtual workspace: root:gold:dogs
, it successed to sync to a KinD physics cluster.
but the pod keep CrashLoopBackOff
, there are error raised in the logs:
290 1.6632054553562376e+09 ERROR Could not wait for Cache to sync {"controller": "configmap", "controllerGroup": "", "controllerKind": "ConfigMap", "error": "failed to wait for configmap caches to sync: timed out waiting for cache to be synced"}
300 1.6632054553565369e+09 ERROR Could not wait for Cache to sync {"controller": "widget", "controllerGroup": "data.my.domain", "controllerKind": "Widget", "error": "failed to wait for widget caches to sync: timed out waiting for cache to be synced"}
Normally, it's caused by RBAC issue, I checked the clsuterrole
, clusterrolebinding
something, I think these are all as expectd, may I missing something?