Closed tooptoop4 closed 3 weeks ago
Could you provide further information on the exact steps to reproduce this? I tried:
kubectl
it does not replace it with the one you linked.argo
cli it just reports it as bad, does not submit it and does not replace itThis issue has been automatically marked as stale because it has not had recent activity and needs more information. It will be closed if no further activity occurs.
🦀
run every minute
This is also intentional for an example, so that you can easily see it run due to its quick schedule
This issue has been closed due to inactivity and lack of information. If you still encounter this issue, please add the requested information and re-open.
metadata:
name: d-bear3
namespace: argo
labels:
example: "true"
spec:
workflowMetadata:
labels:
example: "true"
schedule: "2 2 * * *"
workflowSpec:
entrypoint: argosay
arguments:
parameters:
- name: message
value: hello argo
templates:
- name: argosay
inputs:
parameters:
- name: message
value: {{`{{workflow.parameters.message}}`}}
container:
name: main
image: argoproj/argosay:v2
command:
- /argosay
args:
- echo
- {{`{{workflow.parameters.message}}`}}
ttlStrategy:
secondsAfterCompletion: 300
podGC:
strategy: OnPodCompletion
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?
if we push new cron workflow with some errors, argo could replace it with default one dummy workflow which will run every minute
https://github.com/argoproj/argo-workflows/blob/ba75efb228fa3fbab91e2b1c7689f6db3f3c3b62/ui/src/app/shared/examples.ts#L79-L87
We need option to change this default workflow to some invalid one, to prevent unnecessary dummy jobs run.
this is noted in a comment of the 3.6 blog post but i have also noticed this
Version(s)
3.5.11
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container