mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Fix typo.
This commit is contained in:
parent
2aaab817de
commit
b31cffd76d
@ -135,7 +135,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
|
|||||||
controllerMem = math.MaxUint64
|
controllerMem = math.MaxUint64
|
||||||
schedulerCPU := math.MaxFloat32
|
schedulerCPU := math.MaxFloat32
|
||||||
schedulerMem = math.MaxUint64
|
schedulerMem = math.MaxUint64
|
||||||
framework.Logf("Setting resource constraings for provider: %s", framework.TestContext.Provider)
|
framework.Logf("Setting resource constraints for provider: %s", framework.TestContext.Provider)
|
||||||
if framework.ProviderIs("kubemark") {
|
if framework.ProviderIs("kubemark") {
|
||||||
if numNodes <= 5 {
|
if numNodes <= 5 {
|
||||||
apiserverCPU = 0.35
|
apiserverCPU = 0.35
|
||||||
|
Loading…
Reference in New Issue
Block a user