<@ULVA73B9P> Does prefect kubernetes support `node...
# ask-marvin
k
@Marvin Does prefect kubernetes support
nodeSelector
in the infra overwrite?
m
The Prefect documentation regarding KubernetesJob infrastructure does not explicitly mention
nodeSelector
as a supported setting for the KubernetesJob infrastructure within the snippets that were retrieved. To determine whether
nodeSelector
can be used as part of the infrastructure overwrite in Prefect Kubernetes deployments, I would advise further review of the Prefect documentation, particularly sections that detail the configuration options available for KubernetesJob. To provide a comprehensive answer, we can look at the full documentation regarding deploying flows to Kubernetes and check for infrastructure configurations that include node selectors or related Kubernetes specific parameters. If this doesn't resolve your question, you might want to explore Prefect's community discussions or GitHub issues, or reach out directly to the Prefect community for further insights.
n
anything you can put in the job manifest, you can put into the job_manifest job variable for a k8s work pool
🙌 1