mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +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
|
||||
startServiceTimeout = time.Minute
|
||||
startServiceInterval = 5 * time.Second
|
||||
resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta"
|
||||
resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta2"
|
||||
rcIsNil = "ERROR: replicationController = nil"
|
||||
deploymentIsNil = "ERROR: deployment = nil"
|
||||
invalidKind = "ERROR: invalid workload kind for resource consumer"
|
||||
|
@ -1,4 +1,4 @@
|
||||
TAG = beta
|
||||
TAG = beta2
|
||||
PREFIX = gcr.io/google_containers
|
||||
|
||||
all: clean consumer
|
||||
|
Loading…
Reference in New Issue
Block a user