Skip to content

Commit

Permalink
Merge pull request #4184 from Bryce-Soghigian/bsoghigian/fixing-kubet…
Browse files Browse the repository at this point in the history
…est-2

fix: fixing kubetest autoscaling configs as well
  • Loading branch information
k8s-ci-robot authored Jul 3, 2023
2 parents d45a795 + ffde3d1 commit f15138b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubetest2-aks/cluster-templates/autoscaling-e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"osType": "Linux",
"availabilityProfile": "VirtualMachineScaleSets",
"enableAutoScaling": true,
"maxCount": 1000,
"maxCount": 399,
"minCount": 1
}
],
Expand Down
4 changes: 2 additions & 2 deletions kubetest2-aks/cluster-templates/autoscaling-multipool.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"availabilityProfile": "VirtualMachineScaleSets",
"storageProfile": "ManagedDisks",
"enableAutoScaling": true,
"maxCount": 1000,
"maxCount": 100,
"minCount": 1
},
{
Expand All @@ -33,7 +33,7 @@
"availabilityProfile": "VirtualMachineScaleSets",
"storageProfile": "ManagedDisks",
"enableAutoScaling": true,
"maxCount": 1000,
"maxCount": 100,
"minCount": 1
}
],
Expand Down
2 changes: 1 addition & 1 deletion kubetest2-aks/cluster-templates/autoscaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"availabilityProfile": "VirtualMachineScaleSets",
"storageProfile": "ManagedDisks",
"enableAutoScaling": true,
"maxCount": 1000,
"maxCount": 100,
"minCount": 1
}
],
Expand Down

0 comments on commit f15138b

Please sign in to comment.