A bit unclear sentence in the doco:
Note that, although rare, more than one Pod could be started for the same index, but only one of them will count towards the completion count.
So say it happens, there are two pods in an Indexed job with the same index.
Now, one of them is failed (the restartPolicy = "Never"
), another succeed. Assume that all other pods succeed. Will the job fail overall? Or maybe it depends on which one of those sharing the same index was first - the succeeded or the failed one? Or is it totally indeterminate?