File tree Expand file tree Collapse file tree
charts/ontoserver-indexer/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Job {{ include "ontoserver-indexer.jobName" . }} submitted to namespace {{ .Release.Namespace }}.
22
3- Monitor progress :
3+ Follow logs while the Job is running :
44 kubectl logs -f job/{{ include "ontoserver-indexer.jobName" . }} -n {{ .Release.Namespace }}
55
6+ The Job name above is the exact name to use. By default it includes a random suffix unless you set job.name explicitly.
7+
68Check status:
79 kubectl get job {{ include "ontoserver-indexer.jobName" . }} -n {{ .Release.Namespace }}
10+
11+ Log retention:
12+ ttlSecondsAfterFinished is set to {{ .Values.job.ttlSecondsAfterFinished }} seconds.
13+ After the Job finishes, Kubernetes may delete the Job and its Pods after this TTL expires.
14+ Once the Pods are deleted, `kubectl logs` output is no longer available.
You can’t perform that action at this time.
0 commit comments