mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Merge pull request #102060 from perithompson/e2e-hybrid-image-fix
Replace hardcoded docker image in hybrid_network test
This commit is contained in:
commit
382a33986b
@ -37,7 +37,7 @@ const (
|
||||
|
||||
var (
|
||||
windowsBusyBoximage = imageutils.GetE2EImage(imageutils.Agnhost)
|
||||
linuxBusyBoxImage = "docker.io/library/nginx:1.15-alpine"
|
||||
linuxBusyBoxImage = imageutils.GetE2EImage(imageutils.Nginx)
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("Hybrid cluster network", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user