We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c5f77 commit 268bc1aCopy full SHA for 268bc1a
test/e2e/k8s_util.go
@@ -1138,7 +1138,6 @@ func (hsr *httpServerReadiness) spawnProberPool(resultsCh chan *probeResult) {
1138
// Validates two way connectivity between all pods across all protocol and port permutations
1139
func (hsr *httpServerReadiness) validate() {
1140
numProbes := hsr.numProbes()
1141
- // TODO: find better metrics, this is only for POC.
1142
resultsCh := make(chan *probeResult, numProbes)
1143
hsr.spawnProberPool(resultsCh)
1144
0 commit comments