mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #50591 from xiangpengzhao/fix-imagelist
Automatic merge from submit-queue Add image e2e-net-amd64 to CommonImageWhiteList **What this PR does / why we need it**: Add `gcr.io/google_containers/e2e-net-amd64:1.0` to white list to avoid timeout. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50590 **Special notes for your reviewer**: /cc @bowei @Random-Liu **Release note**: ```release-note NONE ```
This commit is contained in:
commit
bd5e2d5878
@ -59,6 +59,7 @@ var CommonImageWhiteList = sets.NewString(
|
||||
"gcr.io/google_containers/hostexec:1.2",
|
||||
"gcr.io/google_containers/volume-nfs:0.8",
|
||||
"gcr.io/google_containers/volume-gluster:0.2",
|
||||
"gcr.io/google_containers/e2e-net-amd64:1.0",
|
||||
)
|
||||
|
||||
func svcByName(name string, port int) *v1.Service {
|
||||
|
Loading…
Reference in New Issue
Block a user