good first issuehelp wantedkind/cleanupneeds-triagepriority/backlogsig/node
仓库指标
- 星标
- (122,268 个星标)
- PR 合并指标
- (平均合并 28天 17小时) (30 天内合并 343 个 PR)
描述
Write a new e2e test that will be marked as [Serial] and will be covering this bug fix: https://github.com/kubernetes/kubernetes/issues/89898
The test will serve as a replacement for the skipped unit test: https://github.com/kubernetes/kubernetes/pull/115329
The logic of the test will be as following:
- Create MANY containers (see the unit test logic)
- Each container has a liveness probe with
1sinterval - After some time validate that neither of containers has
restartCount > 0
/cc @aojea /sig node /kind cleanup /priority important-soon /area tests /help-wanted /good-first-issue
This is part of KEP: https://github.com/kubernetes/enhancements/issues/2727 GA requirements, but also need the same tests for http and tcp.