python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What could be the CLI command to hold a Kubernetes Job (Not a cronjob)
I am writing the scripting where I want to put my job on hold and resume it after sometime in the open shift platform.
Is there any CLI command to hold a job for sometime and resume it later.
Prabhakar
Votes: 0
Answers: 1
Meaning of the completions column of `kubectl get jobs` when parallelism > 1
I am able to run successfully a Kubernetes Job with multiple parallel worker processes, by following the example provided in "Fine Parallel Processing Using a Work Queue" in the official Kub...
nicolas.f.g
Votes: 0
Answers: 1
helm hook for both Pod and Job for kubernetes not running all yamls
I am using Kubernetes with Helm 3.
It is ran on CentOS Linux 7 (Core).
K8S (check by running: kubectl version):
git version (kubernetes): v1.21.6, go version: go1.16.9.
helm version: v3.3.4
helm versi...

Eitan
Votes: 0
Answers: 1
Jobs not getting cleaned up until 30+ minutes after TTL has passed
We are using the Job ttlSecondsAfterFinished attribute to automatically clean up finished jobs. When we had a very small number of jobs (10-50), the jobs (and their pods) would get cleaned up approxim...
C_Z_
Votes: 0
Answers: 1