You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested with the :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.
I have searched existing issues and could not find a match for this bug
In the workflow controller log, we would see messages such as:
Pod "bvlprcdb-master-update-v1.0.14-b2s1-fffp8-bvlprcdb-dump-1440964031" is invalid: [spec.containers[0].resources.requests: Invalid value: "512Mi": must be less than or equal to memory limit of 128Mi, spec.initContainers[0].resources.requests: Invalid value: "512Mi": must be less than or equal to memory limit of 128Mi]
The text was updated successfully, but these errors were encountered:
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?
We've observed that the workflow controller was crashing several workflows with an error that is unrelated to the workflow input.
A full stacktrace can be found at https://gist.github.com/rtartler-blp/804126f5725c067290a91bc9699e192d.
cc: @Joibel
Version(s)
v3.4.17
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
The full workflow spec cannot be shared, but the relevant part of the workflow that specifies resource limits reads:
Our workflow controller configuration config map specifies:
Logs from the workflow controller
In the workflow controller log, we would see messages such as:
The text was updated successfully, but these errors were encountered: