Hi everyone! Is there a way to limit concurrency o...
# ask-the-community
v
Hi everyone! Is there a way to limit concurrency on a project level? Kind of like
max_parallelism
on Launch plans but for entire project/domains. Just as a safeguard for the amount of pending pods in a namespace
k
Yup - set project quota
v
Thanks, do those work if we have
cluster_resource_manager
disabled? Or do we need to define
ResourceQuota
objects manually
k
You can define manually