Chris Arderne
05/31/2023, 10:25 AM...-kubernetes
Docker images (eg prefect/2.10.11-python3.11-kubernetes
) if you're running on kubernetes but don't plan to use any functionality from the prefect-kuberentes
Python package?Jake Kaplan
05/31/2023, 11:32 AMKubernetesWorker
. It's easy to do so from prefect/2.10.11-python3.11-kubernetes
since prefect-kubernetes
is already installed.
For the image that the worker would be deploying, theres no need if you don't need anything else from prefect-kubernetes
(could use base prefect image or your own with prefect installed)imran
05/31/2023, 1:59 PM