You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
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?
I deployed the
controllerto 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:Normally, it's caused by RBAC issue, I checked the
clsuterrole,clusterrolebindingsomething, I think these are all as expectd, may I missing something?