edgedb / edgedb-deploy

EdgeDB Deployment Recipes and Scripts
10 stars 4 forks source link

GCP/GKE deployment.yml not operational #10

Open TaLoN1x opened 2 years ago

TaLoN1x commented 2 years ago

Trying to deploy from published deployment.yml results ion: Failed to pull image "edgedb/edgedb:2": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/edgedb/edgedb:2": failed to resolve reference "docker.io/edgedb/edgedb:2": failed to do request: Head "https://registry-1.docker.io/v2/edgedb/edgedb/manifests/2": dial tcp 44.207.51.64:443: i/o timeout

GKE requires full path to image. aka docker.io/lib/img:tag

TaLoN1x commented 2 years ago

Also, providing the full image path results in initialisation errors:

Readiness probe failed: Get "http://192.168.169.169:5656/server/status/ready": dial tcp 1192.168.169.169:5656: connect: connection refused Liveness probe failed: Get "http://192.168.169.169:5656/server/status/ready": dial tcp 192.168.169.169:5656: connect: connection refused

where 192.168.169.169 is IP (obfuscated here) of the k8s node.