Alan Clucas

Results 249 comments of Alan Clucas

> other issue: pod is completed,but the status of the task of wf is 'false', and the status of the wf is running > > ``` > taskResultsCompletionStatus: > prod--prod--lt-filter-1-1-95--2692e7e1-30e5-44a5-977a-d5c32dmh5-2722797653:...

You can enable `metricsTTL` globally https://github.com/argoproj/argo-workflows/blob/0b8724b5332a854f8e59a2aefa4343c54f1d1539/docs/workflow-controller-configmap.yaml#L252 in order to cause this to clear (once the TTL has expired after the workflow has completed). If I convert your workflow example into...

Why do you want to do this? Can you explain your use case please.

This PR will be left to simmer until OpenBao releases.

> I'm thinking this could be recorded without awareness if `archiveLogs: true` is set. I'd prefer it if this was separately controllable. For many scenarios this will just be archiving...

> Got it. That's interesting that node-deprovisioning and node-pressure eviction would result in SIGKILL rather than SIGTERM. There are projects like [NTH](https://github.com/aws/aws-node-termination-handler) which should get you a SIGTERM with some...

I don't want to block someone else, but yes, otherwise I have it at the top of the list to do.

You can calculate it based upon the retry number. There is no need to read the previous value to do the calculations for any mathematical sequence whether it is linear...