mirror of https://github.com/k3s-io/k3s
Autoscaling e2e tests: bumped resource consumer to version beta2.
Autoscaling e2e tests: bumped resource consumer to version beta2.pull/6/head
parent
05394f9301
commit
dd62c8e831
|
@ -38,7 +38,7 @@ const (
|
||||||
timeoutRC = 120 * time.Second
|
timeoutRC = 120 * time.Second
|
||||||
startServiceTimeout = time.Minute
|
startServiceTimeout = time.Minute
|
||||||
startServiceInterval = 5 * time.Second
|
startServiceInterval = 5 * time.Second
|
||||||
resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta"
|
resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta2"
|
||||||
rcIsNil = "ERROR: replicationController = nil"
|
rcIsNil = "ERROR: replicationController = nil"
|
||||||
deploymentIsNil = "ERROR: deployment = nil"
|
deploymentIsNil = "ERROR: deployment = nil"
|
||||||
invalidKind = "ERROR: invalid workload kind for resource consumer"
|
invalidKind = "ERROR: invalid workload kind for resource consumer"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
TAG = beta
|
TAG = beta2
|
||||||
PREFIX = gcr.io/google_containers
|
PREFIX = gcr.io/google_containers
|
||||||
|
|
||||||
all: clean consumer
|
all: clean consumer
|
||||||
|
|
Loading…
Reference in New Issue