mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Update testname and fix typo
This commit is contained in:
parent
4d1d096945
commit
4b8a9d4467
@ -69,10 +69,10 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu
|
|||||||
SIGDescribe("ReplicationController light", func() {
|
SIGDescribe("ReplicationController light", func() {
|
||||||
/*
|
/*
|
||||||
Release : v1.16
|
Release : v1.16
|
||||||
Testname: Horizontal Pod Autoscaling, CPU Request Scale
|
Testname: Horizontal Pod Autoscaling, CPU Target Utilization Scale
|
||||||
Description: Given 1 Pod with 150mCPU usage
|
Description: Given 1 Pod with 150mCPU usage
|
||||||
And 200mCPU per Pod request
|
And 200mCPU per Pod request
|
||||||
And targed CPU uitilzation is 50%
|
And targeted CPU uitilzation is 50%
|
||||||
Then the HP Autoscaler will create another pod
|
Then the HP Autoscaler will create another pod
|
||||||
And the 150mCPU usage will be spread across both Pods
|
And the 150mCPU usage will be spread across both Pods
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user