According to this page in K8S, "...two jobs might be created...".
If I set my concurrencyPolicy
to "Forbid" - Will I still get optionally concurrent runs due to the scheduler, or will I get concurrent calls to run but be prevented?
I also opened an issue in the Docs site: https://github.com/kubernetes/website/issues/18655