Use current AKS Ubuntu 18.04 distro name in e2e tests (#393)
* change ubuntu 18.04 test distro name * rev orchestratorRelease versions in e2e tests
This commit is contained in:
Родитель
b027258240
Коммит
307ea8f4a3
|
@ -3,7 +3,7 @@
|
|||
"properties":{
|
||||
"orchestratorProfile":{
|
||||
"orchestratorType":"Kubernetes",
|
||||
"orchestratorRelease":"1.11",
|
||||
"orchestratorRelease":"1.14.6",
|
||||
"kubernetesConfig":{
|
||||
"networkPlugin":"azure",
|
||||
"networkPolicy":"azure",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"properties":{
|
||||
"orchestratorProfile":{
|
||||
"orchestratorType":"Kubernetes",
|
||||
"orchestratorRelease":"1.11",
|
||||
"orchestratorRelease":"1.14.6",
|
||||
"kubernetesConfig":{
|
||||
"networkPlugin":"azure",
|
||||
"networkPolicy":"azure",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"count":3,
|
||||
"vmSize":"Standard_D2_v2",
|
||||
"osType": "Linux",
|
||||
"distro": "aks-18.04",
|
||||
"distro": "aks-ubuntu-18.04",
|
||||
"availabilityProfile":"AvailabilitySet"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"properties":{
|
||||
"orchestratorProfile":{
|
||||
"orchestratorType":"Kubernetes",
|
||||
"orchestratorRelease":"1.11",
|
||||
"orchestratorRelease":"1.14.6",
|
||||
"kubernetesConfig":{
|
||||
"networkPlugin":"azure",
|
||||
"networkPolicy":"azure",
|
||||
|
|
Загрузка…
Ссылка в новой задаче