Hello all, I'm migrating to the newly released ve...
# ask-community
r
Hello all, I'm migrating to the newly released versioned Prefect Server helm chart and deploying it on GCP, but I seem to be running into a couple deployment issues.
prefect-server-towel
seems to have an
ErrImagePull
error, and
prefect-server-hasura
and
prefect-server-ui
can't pull their respective images from the registry. Here's my deployment command I entered:
Copy code
helm repo add prefecthq <https://prefecthq.github.io/server/>
helm install ${NAME} prefecthq/prefect-server --values=values.yaml
z
Hey @Riley Hun -- I'll take a look at this 🙂
What are the contents of your
values.yaml
file? This runs fine for me with the default image tags
r
Hi Michael, Thanks for looking into this. Apparently, it's a firewall issue because I'm using a private GKE cluster.
z
That makes sense 🙂 you can self-host any/all of the images or add an exception
r
I ended up creating a CloudNAT Gateway so that the pods have access to the internet and now it works. Thanks for your help!
The only other issue I'm noting is that the prefect-agent crashes occasionally, then it rebuilds itself.
z
Have you created a tenant?
r
Just as you said that, I noticed that I left it as false.
Thanks!