Hi, i’m using helm to create self hosted prefect-w...
# prefect-ui
o
Hi, i’m using helm to create self hosted prefect-worker for my prefect cloud, when i created the worker pool, it is working perfect.
Copy code
helm install prefect-worker prefect/prefect-worker -f values.yaml --set-file worker.config.baseJobTemplate=base-job-template.json
once i have update my base-job-template.json with some new variables, the helm upgrade is completed successfully, and i can see my change on the configMap, but in the cloud UI, the worker pool is not updating at all. only after deleting the worker pool, the new one is being created with the relevant changes, but all my flows/deployments are not running, as they are not recognizing my worker pool (is the same name as the deleted one). We have followed the Kubernetes guide, so why the cloud UI is not updating automatically when running helm upgrade?
t
@Ofek K Did you get to the root of this? I am seeing some strange behavior in the UI when I create/update a work pool from the command line