File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
keps/sig-apps/2879-ready-pods-job-status Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ create new Pods or tracks finishing Pods.
263
263
264
264
- [x] Metrics
265
265
- Metric name: ` job_sync_duration_seconds ` , ` job_sync_total ` .
266
+ - Components exposing the metric: ` kube-controller-manager `
266
267
267
268
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
268
269
@@ -344,5 +345,9 @@ Pod created.
344
345
345
346
- Add ` Job.status.running ` , counting Pods with ` Running ` phase. The ` Running `
346
347
phase doesn't take into account preparation work before the worker is ready
347
- to accept connections. The ` Ready ` condition is configurable through a
348
- readiness probe.
348
+ to accept connections. On the other hand, the ` Ready ` condition is
349
+ configurable through a readiness probe. If the Pod doesn't have a readiness
350
+ probe configured, the ` Ready ` condition is equivalent to the ` Running ` phase.
351
+
352
+ In other words, ` Job.status.active ` provides as the same behavior as
353
+ ` Job.status.running ` with the advantage of it being configurable.
You can’t perform that action at this time.
0 commit comments