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
I am running into a similar situation to what was reported in issue #21 where all of my pods for the 3 replicas, admin, and proxy are restarting and showing a status of :
Waiting: CrashLoopBackOf
When running a describe on the pods I'm getting the following warnings:
$ kubectl describe pod rethinkdb-replica-1-3259957792-gp4rv
@braytonstafford which image are you using? It looks like the Liveness/Readiness probes are failing due to a wrong password. In the newest images we added a go-binary for verifying the DB is actually working, but it doesn't support RethinkDB username/password login.
For now I would recommend changing the Liveness/Readiness probes from /probe to /ready-probe.sh.
I am running into a similar situation to what was reported in issue #21 where all of my pods for the 3 replicas, admin, and proxy are restarting and showing a status of :
When running a describe on the pods I'm getting the following warnings:
$ kubectl describe pod rethinkdb-replica-1-3259957792-gp4rv
Any help is appreciated and if I need to provide more info i'll be happy to. I'm very new to kubernetes. Thanks in advance
The text was updated successfully, but these errors were encountered: