mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
e2e images pulled from gcr.io
This commit is contained in:
@@ -40,7 +40,7 @@ var _ = Describe("ReplicationController", func() {
|
||||
})
|
||||
|
||||
It("should serve a basic image on each replica with a public image", func() {
|
||||
ServeImageOrFail(c, "basic", "kubernetes/serve_hostname:1.1")
|
||||
ServeImageOrFail(c, "basic", "gcr.io/google_containers/serve_hostname:1.1")
|
||||
})
|
||||
|
||||
It("should serve a basic image on each replica with a private image", func() {
|
||||
|
Reference in New Issue
Block a user