Commit 0cbee3e3 authored by xiangpengzhao's avatar xiangpengzhao

Add image e2e-net-amd64 to CommonImageWhiteList

parent b32639f9
...@@ -59,6 +59,7 @@ var CommonImageWhiteList = sets.NewString( ...@@ -59,6 +59,7 @@ var CommonImageWhiteList = sets.NewString(
"gcr.io/google_containers/hostexec:1.2", "gcr.io/google_containers/hostexec:1.2",
"gcr.io/google_containers/volume-nfs:0.8", "gcr.io/google_containers/volume-nfs:0.8",
"gcr.io/google_containers/volume-gluster:0.2", "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 { func svcByName(name string, port int) *v1.Service {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment