Skip to content

Commit 7b088e4

Browse files
authored
test: update linux-vmss.json
1 parent ab3ba13 commit 7b088e4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

test/manifest/linux-vmss.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,13 @@
44
"properties": {
55
"orchestratorProfile": {
66
"orchestratorType": "Kubernetes",
7-
"orchestratorRelease": "1.17",
7+
"orchestratorRelease": "1.16",
88
"kubernetesConfig": {
99
"useManagedIdentity": true,
1010
"userAssignedID": "blobfuse-csi-driver-e2e-test-id",
1111
"useCloudControllerManager": true,
12+
"customCcmImage": "mcr.microsoft.com/k8s/core/azure-cloud-controller-manager:v0.3.0",
1213
"networkPolicy": "none",
13-
"cloudProviderRateLimitQPS": 6,
14-
"cloudProviderRateLimitBucket": 20,
15-
"controllerManagerConfig": {
16-
"--feature-gates": "CSIInlineVolume=true,LocalStorageCapacityIsolation=true,ServiceNodeExclusion=true"
17-
},
18-
"apiServerConfig": {
19-
"--enable-admission-plugins": "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota,AlwaysPullImages"
20-
},
2114
"addons": [
2215
{
2316
"name": "azuredisk-csi-driver",
@@ -26,6 +19,10 @@
2619
{
2720
"name": "azurefile-csi-driver",
2821
"enabled": false
22+
},
23+
{
24+
"name": "tiller",
25+
"enabled": true
2926
}
3027
]
3128
}
@@ -54,6 +51,10 @@
5451
}
5552
]
5653
}
54+
},
55+
"servicePrincipalProfile": {
56+
"clientID": "{clientID}",
57+
"secret": "{secret}"
5758
}
5859
}
5960
}

0 commit comments

Comments
 (0)