Skip to content

Runai Agent Cluster Info PushR ateLow

Meaning

The cluster-sync pod in the runai namespace might not be functioning properly.

Impact

Possible impact - no info/partial info from the cluster is being synced back to the control-plane.

Severity

Critical

Diagnosis

Run:

kubectl get pod -n runai

And see if the cluster-sync pod is running.

Mitigation

Run

kubectl describe deployment cluster-sync -n runai 
kubectl logs deployment/cluster-sync -n runai

Try to figure out why the cluster-sync is not functioning properly.

Perhaps there’s a connectivity issue with the control-plane?

Be the first to add a reaction