v3.5.7: namespaced install causes the server to complain about list+watch on cluster scoped workflows #13177
Closed
3 of 4 tasks
Labels
area/server
P1
High priority. All bugs with >=5 thumbs up that aren’t P0, plus: Any other bugs deemed high priority
solution/suggested
A solution to the bug has been suggested. Someone needs to implement it.
type/bug
type/regression
Regression from previous behavior (a specific type of bug)
Milestone
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened/what did you expect to happen?
To reproduce install 3.5.7 namespaced
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.7/namespace-install.yaml
You will see
This does not happen with 3.5.6 namespaced installs.
I believe this is coming from #12736 / #13021 on lines
argo-workflows/server/workflow/workflow_server.go
Line 73 in b28486c
argo-workflows/server/workflow/workflow_server.go
Line 76 in b28486c
It feels like these should be namespaced when the server is running namespaced.
Version
v3.5.7
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.
Not relevant.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: