mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Update test fixture to account for new tolerance field.
This commit is contained in:
parent
a41284d9fa
commit
11b6e2a375
@ -165,7 +165,8 @@
|
||||
"value": 2,
|
||||
"periodSeconds": 3
|
||||
}
|
||||
]
|
||||
],
|
||||
"tolerance": "0"
|
||||
},
|
||||
"scaleDown": {
|
||||
"stabilizationWindowSeconds": 3,
|
||||
@ -176,7 +177,8 @@
|
||||
"value": 2,
|
||||
"periodSeconds": 3
|
||||
}
|
||||
]
|
||||
],
|
||||
"tolerance": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Binary file not shown.
@ -41,6 +41,7 @@ spec:
|
||||
value: 2
|
||||
selectPolicy: selectPolicyValue
|
||||
stabilizationWindowSeconds: 3
|
||||
tolerance: "0"
|
||||
scaleUp:
|
||||
policies:
|
||||
- periodSeconds: 3
|
||||
@ -48,6 +49,7 @@ spec:
|
||||
value: 2
|
||||
selectPolicy: selectPolicyValue
|
||||
stabilizationWindowSeconds: 3
|
||||
tolerance: "0"
|
||||
maxReplicas: 3
|
||||
metrics:
|
||||
- containerResource:
|
||||
|
Loading…
Reference in New Issue
Block a user