Namespace Parallelism Limit #14499
Replies: 2 comments 6 replies
-
So, I noticed this morning that the controller did indeed apply the limit from the namespace label some time over the weekend. I've been unable to pinpoint when exactly this happened, but it does not seem to be updating every 5 minutes configured in the controller watcher. |
Beta Was this translation helpful? Give feedback.
-
Interesting @SerRichard I cannot seem to replicate this at all. I am assuming you did get the new fix with the correct RBAC permissions since you state that in the comment you made. Are you seeing any logs regarding the namespace parallelism changing ? Or perhaps it is hitting this? https://github.com/argoproj/argo-workflows/blob/main/workflow/controller/ns_watcher.go#L75-L77 I am unable to reproduce your issue unfortunately. Do you have the capacity to patch and test something for me? We could annotate the ns_watcher.go file with a bunch of logs. I don't really see anything incorrect in that code unfortunately, it is a stock standard informer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the release version v3.6.7, the parallelism option for specific namespaces was added using the label
workflows.argoproj.io/parallelism-limit
, I'm having trouble getting the feature to work. I've combed the issues and noticed I needed to add a cluster role for get, watch, and list verbs for namespace objects, which I have done, but the feature still does not seem to work.The simplest example I have currently is using the quick-start-guide and editing the argo-workflows-controller service account to have the correct rbac verbs for namespaces.
Does anyone have any input on what may be missing, or how I could sufficiently modify the quick-start yaml to be sure this feature is enabled?
@isubasinghe Hope you don't mind the tag, as I see it's something that you implemented, so hoping you can help 🙏
P.S I felt this might be a user issue, so thought I'd open a discussion instead of an issue!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions