зеркало из https://github.com/Azure/acs-engine.git
35 строки
887 B
JSON
35 строки
887 B
JSON
{
|
|
"apiVersion": "vlabs",
|
|
"properties": {
|
|
"orchestratorProfile": {
|
|
"orchestratorType": "Kubernetes"
|
|
},
|
|
"masterProfile": {
|
|
"count": 5,
|
|
"dnsPrefix": "",
|
|
"vmSize": "Standard_D2_v2"
|
|
},
|
|
"agentPoolProfiles": [
|
|
{
|
|
"name": "agent",
|
|
"count": 3,
|
|
"vmSize": "Standard_D2_v2",
|
|
"availabilityProfile": "AvailabilitySet"
|
|
}
|
|
],
|
|
"linuxProfile": {
|
|
"adminUsername": "azureuser",
|
|
"ssh": {
|
|
"publicKeys": [
|
|
{
|
|
"keyData": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"servicePrincipalProfile": {
|
|
"clientId": "",
|
|
"secret": ""
|
|
}
|
|
}
|
|
} |