mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #18658 from jszczepkowski/rc-bump
Autoscaling e2e tests: bumped resource consumer to version beta2.
This commit is contained in:
commit
fe04005959
@ -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
Block a user