Skip to content

Commit 3c12c01

Browse files
authored
docs: Add docs for CronJob health checks (#25477)
Signed-off-by: Dobes Vandermeer <[email protected]>
1 parent 42929ff commit 3c12c01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/operator-manual/health.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ with at least one value for `hostname` or `IP`.
1616
### Ingress
1717
* The `status.loadBalancer.ingress` list is non-empty, with at least one value for `hostname` or `IP`.
1818

19+
### CronJob
20+
* If the last scheduled job for this CronJob failed, the CronJob will be marked as "Degraded"
21+
* If the last scheduled job for this CronJob is running, the CronJob will be marked as "Progressing"
22+
1923
### Job
2024
* If job `.spec.suspended` is set to 'true', then the job and app health will be marked as suspended.
25+
2126
### PersistentVolumeClaim
2227
* The `status.phase` is `Bound`
2328

0 commit comments

Comments
 (0)