Greg
10/26/2023, 3:50 PMjob_variables
section of a work_pool
in the prefect.yaml?Marvin
10/26/2023, 3:50 PMwork_pool.job_variables
section of a deployment.yaml
. For example, to turn off streaming output for a specific deployment, you could add the following to your `deployment.yaml`:
yaml
work_pool:
name: above-ground
job_variables:
stream_output: false
For advanced use cases, you can create work pools with fully customizable job templates. This customization is available when creating or editing a work pool on the 'Advanced' tab within the UI or when updating a work pool via the Prefect CLI.
For more information and advanced configuration examples, see the Kubernetes Worker documentation.
Remember, you can always view and edit configured work pools in the Prefect UI. Isn't technology wonderful?