Merge pull request #95351 from aojea/conntrack_invalid2

Support IPv6 on the e2e test ""should resolve connection reset issue #74839 "
This commit is contained in:
Kubernetes Prow Robot
2021-01-20 02:17:59 -08:00
committed by GitHub
3 changed files with 132 additions and 122 deletions

View File

@@ -244,7 +244,7 @@ func initImageConfigs() (map[int]Config, map[int]Config) {
configs[PrometheusDummyExporter] = Config{gcRegistry, "prometheus-dummy-exporter", "v0.1.0"}
configs[PrometheusToSd] = Config{gcRegistry, "prometheus-to-sd", "v0.5.0"}
configs[Redis] = Config{dockerLibraryRegistry, "redis", "5.0.5-alpine"}
configs[RegressionIssue74839] = Config{e2eRegistry, "regression-issue-74839-amd64", "1.0"}
configs[RegressionIssue74839] = Config{promoterE2eRegistry, "regression-issue-74839", "1.2"}
configs[ResourceConsumer] = Config{e2eRegistry, "resource-consumer", "1.5"}
configs[SdDummyExporter] = Config{gcRegistry, "sd-dummy-exporter", "v0.2.0"}
configs[VolumeNFSServer] = Config{e2eVolumeRegistry, "nfs", "1.0"}