Skip to content

Commit

Permalink
Update linux-vmss.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 3, 2022
1 parent 63fbffe commit 26caba4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/e2e/manifest/linux-vmss.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.20",
"orchestratorRelease": "1.22",
"kubernetesConfig": {
"useManagedIdentity": false,
"useCloudControllerManager": true,
"networkPlugin": "azure",
"containerRuntime": "containerd",
"cloudProviderRateLimitQPS": 6,
"cloudProviderRateLimitBucket": 20,
"kubeletConfig": {
"--feature-gates": "DelegateFSGroupToCSIDriver=true"
},
"apiServerConfig": {
"--enable-admission-plugins": "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota,AlwaysPullImages"
},
Expand All @@ -35,9 +39,8 @@
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_DS2_v2",
"availabilityProfile": "VirtualMachineScaleSets",
"distro": "aks-ubuntu-18.04"
"vmSize": "Standard_DS2_v2"
}
],
"linuxProfile": {
Expand Down

0 comments on commit 26caba4

Please sign in to comment.