diff --git a/pkg/kube/client_test.go b/pkg/kube/client_test.go index f8432f102..e5a54bc90 100644 --- a/pkg/kube/client_test.go +++ b/pkg/kube/client_test.go @@ -575,7 +575,7 @@ spec: spec: containers: - name: master - image: gcr.io/google_containers/redis:e2e # or just image: redis + image: k8s.gcr.io/redis:e2e # or just image: redis resources: requests: cpu: 100m