option to not auto-add tolerations #13088
Labels
area/controller
Controller issues, panics
area/upstream
This is an issue with an upstream dependency, not Argo itself
solution/invalid
This is incorrect. Also can be used for spam
type/support
User support issue - likely not a bug
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?
looking at a pod (
kubectl get pod -o yaml
) for a step in a workflow i see it has these tolerations added:this can cause issues (unschedulable) where a step/pod is being assigned to a new node that is not ready ie aws/amazon-vpc-cni-k8s#2808 where it flicks between ready/notready and back to ready
Version
3.5.6
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.
n/a
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: