-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set both parallelism and namespaceParallelism #10985
Comments
Yes please. That's why they are requested in the template. It's actually hard to understand your issue based on your example. I would fully expect your example workflow to only run a maximum of 5 times in parallel. |
Apologies for the confusion. Updated description with better example, and the bash scripts I used to reproduce. Logs and screenshots attached. |
This looks like a bug where one of the configurations is overridden by another. Would anyone like to submit a PR? |
it is possible to know which overrides which in the configuration? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions. |
global |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Pre-requisites
:latest
What happened/what you expected to happen?
In the
workflow-controller-configmap
, setting:Expectation
The global number of running workflows to be limited at 10, and the running workflows per namespace limited to 5.
Actual
However, in testing, argo-workflows limits the global number of workflows to 5.
Having each setting individually works as expected, but not when they are together. This is a cluster installation.
Version
v3.4.5
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Simple workflow that sleeps 5 mins.
Script that submits the above workflow 10 times to a namespace
Submit to
default
anddevops
namespaceScreenshots from UI, notice the number of running workflows for each namespace, and stuck waiting.
Logs from the workflow controller
controller_logs.txt
Logs from in your workflow's wait container
I don't think this is relevant.
The text was updated successfully, but these errors were encountered: