Description
Write a new e2e test that will be marked as [Serial]
and will be covering this bug fix: #89898
The test will serve as a replacement for the skipped unit test: #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
1s
interval - 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: kubernetes/enhancements#2727 GA requirements, but also need the same tests for http and tcp.