File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
keps/sig-apps/2307-job-tracking-without-lingering-pods Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ the owner reference.
342
342
- Ensure that tracking Jobs with big number of Pods doesn't cause starvation of
343
343
smaller jobs.
344
344
- Metrics for latency, counting updates and errors.
345
- - Job E2E tests are in Testgrid with the feature enabled and linked in KEP
345
+ - Job E2E tests are in [ Testgrid] ( https://testgrid.k8s.io/sig-apps#gce&include-filter-by-regex=apps%5C%5D%20Job )
346
346
347
347
#### Beta -> GA Graduation
348
348
@@ -463,7 +463,7 @@ The following upgrade->downgrade->upgrade flow was executed on GKE:
463
463
1 . Create a Job B with similar characteristics as Job A.
464
464
1 . Verify that the Job B is running and pods have finalizers while running.
465
465
1 . Downgrade to 1.22.2
466
- 1 . Verify that ob B still runs and creates pods without finalizers
466
+ 1 . Verify that Job B still runs and creates pods without finalizers
467
467
1 . Upgrade to 1.23 with JobTrackingWithFinalizers feature enabled again.
468
468
1 . Verify that Job B still runs and still create pods without finalizers.
469
469
1 . Create a Job C and verify that pods have finalizers while running.
@@ -607,6 +607,7 @@ The flow was completed successfully with all the stated verifications.
607
607
- 2021-07-09: Alpha implementation merged
608
608
- 2021-08-18: PRR completed and graduation to beta proposed.
609
609
- 2021-10-14: Added details for Upgrade->Downgrade->Upgrade manual test.
610
+ - 2021-10-21: Add link to testgrid.
610
611
611
612
## Drawbacks
612
613
You can’t perform that action at this time.
0 commit comments