diff --git a/content/runbooks/kubernetes/KubeJobCompletion.md b/content/runbooks/kubernetes/KubeJobNotCompleted.md similarity index 64% rename from content/runbooks/kubernetes/KubeJobCompletion.md rename to content/runbooks/kubernetes/KubeJobNotCompleted.md index 47eea38..78450e0 100644 --- a/content/runbooks/kubernetes/KubeJobCompletion.md +++ b/content/runbooks/kubernetes/KubeJobNotCompleted.md @@ -1,13 +1,13 @@ --- -title: Kube Job Completion +title: Kube Job Not Completed weight: 20 --- -# KubeJobCompletion +# KubeJobNotCompleted ## Meaning -Job is taking more than 1h to complete. +Job is taking more than 12h to complete. ## Impact @@ -17,7 +17,7 @@ Job is taking more than 1h to complete. ## Diagnosis - Check job via `kubectl -n $NAMESPACE describe jobs $JOB`. -- Check pod events via `kubectl -n $NAMESPACE describe job $JOB`. +- Check the pod logs using `kubectl -n $NAMESPACE logs $POD_FROM_JOB` for further information. ## Mitigation