We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42929ff commit 3c12c01Copy full SHA for 3c12c01
docs/operator-manual/health.md
@@ -16,8 +16,13 @@ with at least one value for `hostname` or `IP`.
16
### Ingress
17
* The `status.loadBalancer.ingress` list is non-empty, with at least one value for `hostname` or `IP`.
18
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
+
23
### Job
24
* If job `.spec.suspended` is set to 'true', then the job and app health will be marked as suspended.
25
26
### PersistentVolumeClaim
27
* The `status.phase` is `Bound`
28
0 commit comments