Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
pacc-clearcover-june-12-2023
pacc-may-31-2023
ppcc-may-16-2023
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by
Title
a
Ankit
01/27/2023, 7:06 AM
Hi everyone, asking again. Is there a way to pass pod memory/cpu limits/requests while building deployments using CLI?
p
Peyton Runyan
01/28/2023, 12:41 AM
For which infrastructure?
If the infrastructure block supports memory/cpu limits (like the Cloud Run Job block) then you can set them on the deployment using the
--override
option. See
prefect deployment build --help
for additional info
a
Ankit
01/28/2023, 5:14 AM
hey
@Peyton Runyan
thanks for your reply. Was asking for KubernetesJob. But I finally figured out how to do it with python object based deployment.
👍 1
2 Views
#prefect-community
Join Slack