Skip to content

Commit 3dd5840

Browse files
authored
Merge pull request #113 from andyzhangx/csi-proxy-v0.1.0-config
test: add csi-proxy-v0.1.0 test config
2 parents 2680298 + c28f07e commit 3dd5840

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

test/e2e/manifest/linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"name": "agentpool1",
4040
"count": 2,
4141
"vmSize": "Standard_DS2_v2",
42-
"availabilityProfile": "AvailabilitySet"
42+
"availabilityProfile": "VirtualMachineScaleSets"
4343
}
4444
],
4545
"linuxProfile": {

test/e2e/manifest/windows.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"apiVersion": "vlabs",
3+
"properties": {
4+
"featureFlags": {
5+
"enableTelemetry": true
6+
},
7+
"orchestratorProfile": {
8+
"orchestratorType": "Kubernetes",
9+
"orchestratorRelease": ""
10+
},
11+
"masterProfile": {
12+
"count": 1,
13+
"dnsPrefix": "",
14+
"vmSize": "Standard_D2_v3"
15+
},
16+
"agentPoolProfiles": [
17+
{
18+
"name": "windowspool1",
19+
"count": 2,
20+
"vmSize": "Standard_D2s_v3",
21+
"osDiskSizeGB": 128,
22+
"availabilityProfile": "AvailabilitySet",
23+
"osType": "Windows"
24+
}
25+
],
26+
"windowsProfile": {
27+
"adminUsername": "azureuser",
28+
"adminPassword": "replacepassword1234$",
29+
"csiProxyURL": "https://kubernetesartifacts.azureedge.net/csi-proxy/v0.1.0/binaries/csi-proxy.tar.gz",
30+
"enableCSIProxy": true,
31+
"sshEnabled": true,
32+
"windowsPublisher": "microsoft-aks",
33+
"windowsOffer": "aks-windows",
34+
"windowsSku": "2019-datacenter-core-smalldisk-2007",
35+
"imageVersion": "17763.1339.200718"
36+
},
37+
"linuxProfile": {
38+
"adminUsername": "azureuser",
39+
"ssh": {
40+
"publicKeys": [
41+
{
42+
"keyData": ""
43+
}
44+
]
45+
}
46+
},
47+
"servicePrincipalProfile": {
48+
"clientID": "",
49+
"secret": ""
50+
}
51+
}
52+
}

0 commit comments

Comments
 (0)