mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
set numberOfWorkers for netpol suite to the ideal value (3) that is non-disruptive
This commit is contained in:
parent
e765ab2e7e
commit
ba0a87015a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ type ProbeJobResults struct {
|
|||
|
||||
// ProbePodToPodConnectivity runs a series of probes in kube, and records the results in `testCase.Reachability`
|
||||
func ProbePodToPodConnectivity(k8s *kubeManager, model *Model, testCase *TestCase) {
|
||||
numberOfWorkers := 30
|
||||
numberOfWorkers := 3 // See https://github.com/kubernetes/kubernetes/pull/97690
|
||||
allPods := model.AllPods()
|
||||
size := len(allPods) * len(allPods)
|
||||
jobs := make(chan *ProbeJob, size)
|
||||
|
|
|
|||
Loading…
Reference in a new issue