Run Prefect Server & Worker in a K8s Cluster #11181
Replies: 1 comment 1 reply
-
what do you mean by: the worker-pool doesn't appear and the status is 'Not Ready'? Did you manually create worker pool of kind kubernetes via server dashboard? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to run a prefect server and a worker in a local kind-k8s cluster by using the helm charts.
First I successfully deployed the prefect-server by using:
helm install prefect-server prefect/prefect-server --namespace=prefect
Next I've added a kubernetes WorkerPool named "k8s-test" at the prefect-dashboard.
Finally I installed the worker with helm:
helm install prefect-worker prefect/prefect-worker --namespace=prefect -f values.yaml
My values.yaml contains this:
When I check the pods with kubectl everything is running and look okay. But at the prefect-dashboard the worker-pool doesn't appear and the status is 'Not Ready'. There is no log message at the worker pod. It's just running.
Do you have an idea what's wrong with this simple example?
Beta Was this translation helpful? Give feedback.
All reactions