Running Multiple Pods
Learn how we can run multiple instances of pods.
Using completions
field
When we want to run a job more than once, we can set the completions
field (which will be 1
by default) like this: ...
Learn how we can run multiple instances of pods.
completions
fieldWhen we want to run a job more than once, we can set the completions
field (which will be 1
by default) like this: ...