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
What happened: argo submit -n staging https://raw.githubusercontent.com/argoproj/argo/master/examples/gc-ttl.yaml does not delete the workflow and associated pods after 10 seconds
What you expected to happen:
Workflow and pods should be deleted after 10 seconds.
How to reproduce it (as minimally and precisely as possible): argo submit -n staging https://raw.githubusercontent.com/argoproj/argo/master/examples/gc-ttl.yaml
This was because the manifests were not updated correctly to include delete permission in the RBAC. See issue #1004 for how to edit the role with the proper permissions. Also the new manifests have been updated to include this verb.
Is this a BUG REPORT or FEATURE REQUEST?:
BUG
What happened:
argo submit -n staging https://raw.githubusercontent.com/argoproj/argo/master/examples/gc-ttl.yaml
does not delete the workflow and associated pods after 10 secondsWhat you expected to happen:
Workflow and pods should be deleted after 10 seconds.
How to reproduce it (as minimally and precisely as possible):
argo submit -n staging https://raw.githubusercontent.com/argoproj/argo/master/examples/gc-ttl.yaml
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: