Skip to content

Commit 8e3604c

Browse files
Added ubuntu18 AKS config for e2e test in ubuntu 18 (#351)
* added ubuntu18 config * space damage
1 parent 18ebb28 commit 8e3604c

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"apiVersion":"vlabs",
3+
"properties":{
4+
"orchestratorProfile":{
5+
"orchestratorType":"Kubernetes",
6+
"orchestratorRelease":"1.11",
7+
"kubernetesConfig":{
8+
"networkPlugin":"azure",
9+
"networkPolicy":"azure",
10+
"azureCNIVersion":"",
11+
"azureCNIURLLinux":""
12+
}
13+
},
14+
"masterProfile":{
15+
"count":1,
16+
"dnsPrefix":"cniLinux",
17+
"vmSize":"Standard_D2_v2"
18+
},
19+
"agentPoolProfiles":[
20+
{
21+
"name":"agentpool1",
22+
"count":3,
23+
"vmSize":"Standard_D2_v2",
24+
"osType": "Linux",
25+
"distro": "aks-18.04",
26+
"availabilityProfile":"AvailabilitySet"
27+
}
28+
],
29+
"linuxProfile":{
30+
"adminUsername":"azureuser",
31+
"ssh":{
32+
"publicKeys":[
33+
{
34+
"keyData":""
35+
}
36+
]
37+
}
38+
},
39+
"servicePrincipalProfile":{
40+
"clientId":"",
41+
"secret":""
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)