Remove echoheaders image from the repository (#2921)
This commit is contained in:
parent
c141e2bdb8
commit
77b922aa00
10 changed files with 3 additions and 785 deletions
|
|
@ -37,7 +37,7 @@ func (f *Framework) NewEchoDeployment() error {
|
|||
// NewEchoDeploymentWithReplicas creates a new deployment of the echoserver image in a particular namespace. Number of
|
||||
// replicas is configurable
|
||||
func (f *Framework) NewEchoDeploymentWithReplicas(replicas int32) error {
|
||||
return f.NewDeployment("http-svc", "gcr.io/google_containers/echoserver:1.10", 8080, replicas)
|
||||
return f.NewDeployment("http-svc", "gcr.io/kubernetes-e2e-test-images/echoserver:2.1", 8080, replicas)
|
||||
}
|
||||
|
||||
// NewHttpbinDeployment creates a new single replica deployment of the httpbin image in a particular namespace.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue