How To Troubleshoot Pods In UiPath Namespace Stuck In Init Due To Secret "redb-redis-cluster-db" Not Found?

Required Server reboot steps.

Troubleshooting:

  • kubectl -n uipath describe pod (pod that was in int) For this example it was Orchestrator pod.

Error:

MountVolume.SetUp failed for volume "app-secrets-generated" : secret "redb-redis-cluster-db" not found Warning FailedMount 70s kubelet Unable to attach or mount volumes: unmounted volumes=[app-secrets-generated], unattached volumes=[additional-ca-cert-config app-secrets-generated domain-cert-config cert-location istio-podinfo app-secrets java istio-token app-settings edk2 istio-data kube-api-access-b5cpk sharedkerberostgt istiod-ca-cert tmp plugins-volume temp-location openssl init-container-scripts plugins-ceph-secret istio-envoy app-customconfig pem krb5conf]: timed out waiting for the condition

Root Cause:

  • This means the hook to create the redis secret did not fire correctly.

Resolution:

  • Resync Redis application in ArgoCD.

Note: Redis may show healthy in argocd and in a kubectl get pods.