kubernetes/kubernetes

Write the stress test for gRPC, http, and tcp probes

开放

#115,782 创建于 2023年2月15日

 (44 条评论) (3 个反应) (10 位负责人)Go (43,066 个派生)batch import
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 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: https://github.com/kubernetes/enhancements/issues/2727 GA requirements, but also need the same tests for http and tcp.

贡献者指南