Bernhard Stadlbauer
02/01/2023, 2:54 PMinterruptible=True
). The task then fails with
Last Error: USER::Pod was terminated in response to imminent node shutdown.
The last log from the node where this task is run on is:
Deleting node <node-id> because it does not exist in the cloud provider
So we assume the node is reclaimed by GCP.
Does anyone happen to know whether there might be a difference in how interruptible task failures are handled in subworkflows?Ketan (kumare3)
Bernhard Stadlbauer
02/01/2023, 3:06 PMKetan (kumare3)
Bernhard Stadlbauer
02/01/2023, 3:16 PMKetan (kumare3)
Dan Rammer (hamersaw)
02/02/2023, 4:54 PMinterruptible
just sets combinations of NodeSelectors
, Affinities
, and Tolerations
depending on the configuration. It doesn't effect the number of retries available to a task.Bernhard Stadlbauer
02/03/2023, 11:10 AM