mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #42405 from jszczepkowski/e2e-upgrade-hpa
Automatic merge from submit-queue (batch tested with PRs 41826, 42405) Fixed too long name in HPA e2e upgrade test. Fixed too long name in HPA e2e upgrade test. ```release-note NONE ```
This commit is contained in:
commit
e82834e4d8
@ -32,7 +32,7 @@ type HPAUpgradeTest struct {
|
||||
// Creates a resource consumer and an HPA object that autoscales the consumer.
|
||||
func (t *HPAUpgradeTest) Setup(f *framework.Framework) {
|
||||
t.rc = common.NewDynamicResourceConsumer(
|
||||
"resource-consumer-upgrade-test",
|
||||
"res-cons-upgrade",
|
||||
common.KindRC,
|
||||
1, /* replicas */
|
||||
250, /* initCPUTotal */
|
||||
|
Loading…
Reference in New Issue
Block a user