Added ubuntu18 AKS config for e2e test in ubuntu 18 (#351)
* added ubuntu18 config * space damage
This commit is contained in:
Родитель
18ebb287a4
Коммит
8e3604c351
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"apiVersion":"vlabs",
|
||||
"properties":{
|
||||
"orchestratorProfile":{
|
||||
"orchestratorType":"Kubernetes",
|
||||
"orchestratorRelease":"1.11",
|
||||
"kubernetesConfig":{
|
||||
"networkPlugin":"azure",
|
||||
"networkPolicy":"azure",
|
||||
"azureCNIVersion":"",
|
||||
"azureCNIURLLinux":""
|
||||
}
|
||||
},
|
||||
"masterProfile":{
|
||||
"count":1,
|
||||
"dnsPrefix":"cniLinux",
|
||||
"vmSize":"Standard_D2_v2"
|
||||
},
|
||||
"agentPoolProfiles":[
|
||||
{
|
||||
"name":"agentpool1",
|
||||
"count":3,
|
||||
"vmSize":"Standard_D2_v2",
|
||||
"osType": "Linux",
|
||||
"distro": "aks-18.04",
|
||||
"availabilityProfile":"AvailabilitySet"
|
||||
}
|
||||
],
|
||||
"linuxProfile":{
|
||||
"adminUsername":"azureuser",
|
||||
"ssh":{
|
||||
"publicKeys":[
|
||||
{
|
||||
"keyData":""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"servicePrincipalProfile":{
|
||||
"clientId":"",
|
||||
"secret":""
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче