GKE Error: failed pre-install: timed out waiting for the condition

Hi everyone,

I want to run openreplay on GKE, but after run this below command

 

helm upgrade --install openreplay ./openreplay -n app --create-namespace --wait -f ./vars.yaml

 

I got this Error: failed pre-install: timed out waiting for the condition

Then I removed --wait

 

helm upgrade --install openreplay ./openreplay -n app --create-namespace -f ./vars.yaml

 

Still got same error.  but if I try this command multiple time suddenly it will start working.

So why its not working at the first time?

 

3 2 91
2 REPLIES 2

If you share some additional logs, we can try to understand with you which is the problem. Sometimes some objects expect some configurations like ServiceAccounts, RBAC Roles/Clusterroles and so on to make the microservices starting and this is the reason why if you launch the helm command more suddenly work. 

I just simply followed this steps from this docs

https://docs.openreplay.com/en/deployment/deploy-kubernetes/

All this steps are working fine on my local machine. but when I following the same steps its not working.

now if you notice on docs, its saying if I want to run on GKE or EKS I should create a NFS,

still its not working,

you can see logs below.

sukhen_1-1714138906938.png

 

Top Labels in this Space