2017-06-24 02:49:47 +03:00
|
|
|
{
|
|
|
|
"apiVersion": "vlabs",
|
|
|
|
"properties": {
|
|
|
|
"orchestratorProfile": {
|
|
|
|
"orchestratorType": "Kubernetes",
|
|
|
|
"kubernetesConfig": {
|
|
|
|
"dockerBridgeSubnet": "192.168.21.5/24"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"masterProfile": {
|
|
|
|
"count": 1,
|
|
|
|
"dnsPrefix": "",
|
|
|
|
"vmSize": "Standard_D2_v2"
|
|
|
|
},
|
|
|
|
"agentPoolProfiles": [
|
|
|
|
{
|
2017-08-22 01:57:41 +03:00
|
|
|
"name": "agentpool1",
|
2017-06-24 02:49:47 +03:00
|
|
|
"count": 3,
|
|
|
|
"vmSize": "Standard_D2_v2",
|
|
|
|
"availabilityProfile": "AvailabilitySet"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"linuxProfile": {
|
|
|
|
"adminUsername": "azureuser",
|
|
|
|
"ssh": {
|
|
|
|
"publicKeys": [
|
|
|
|
{
|
|
|
|
"keyData": ""
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"servicePrincipalProfile": {
|
2017-08-23 19:46:01 +03:00
|
|
|
"clientId": "",
|
|
|
|
"secret": ""
|
2017-06-24 02:49:47 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|