Hi, i tried to install orion server on eks using h...
# ask-community
m
Hi, i tried to install orion server on eks using helm following steps here. For some reason it only creates prefect orion api and postgresql pods and the api pod keeps crashing and never manages to get up. For prefect server 1.0, if i remember correctly, 5-6 pods were created. Did i miss something here?
k
@alex Do you what could be the issue here?
a
I think we need some more info to be able to tell what the issue is. @Mia do you have any logs from the API pods that can help point to the reason that they’re crashing?
m
I found out the issue. The values.yaml file has default to latest image. And the latest image had some issues with prefect command. So I changed that to 2.1.1-python3.9 and that solved it.
🚀 1