56 строки
2.0 KiB
JSON
56 строки
2.0 KiB
JSON
{
|
|
"env": {},
|
|
"apiModel": {
|
|
"apiVersion": "vlabs",
|
|
"properties": {
|
|
"orchestratorProfile": {
|
|
"kubernetesConfig": {
|
|
"networkPlugin": "azure",
|
|
"containerRuntime": "containerd",
|
|
"linuxContainerdURL": "https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod/pool/main/m/moby-containerd/moby-containerd_1.3.7+azure-2_amd64.deb",
|
|
"windowsContainerdURL": "https://github.com/containerd/containerd/releases/download/v1.4.0/containerd-1.4.0-windows-amd64.tar.gz"
|
|
}
|
|
},
|
|
"masterProfile": {
|
|
"count": 1,
|
|
"dnsPrefix": "",
|
|
"vmSize": "Standard_D2_v3"
|
|
},
|
|
"agentPoolProfiles": [
|
|
{
|
|
"name": "agentpool1",
|
|
"count": 2,
|
|
"vmSize": "Standard_D2_v3",
|
|
"availabilityProfile": "VirtualMachineScaleSets",
|
|
"scalesetPriority": "Spot"
|
|
},
|
|
{
|
|
"name": "poolwin",
|
|
"count": 2,
|
|
"vmSize": "Standard_D2_v3",
|
|
"osType": "Windows",
|
|
"OSDiskSizeGB": 200,
|
|
"availabilityProfile": "VirtualMachineScaleSets",
|
|
"scalesetPriority": "Spot"
|
|
}
|
|
],
|
|
"linuxProfile": {
|
|
"adminUsername": "azureuser",
|
|
"ssh": {
|
|
"publicKeys": [
|
|
{
|
|
"keyData": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"windowsProfile": {
|
|
"adminUsername": "azureuser",
|
|
"adminPassword": "replacepassword1234$",
|
|
"enableAutomaticUpdates": false,
|
|
"sshEnabled": true
|
|
}
|
|
}
|
|
}
|
|
}
|