mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
Our cluster's life is shorter than time it takes to update nodes; for better stability of the kata-deploy test, let's not update the nodes. Signed-off-by: Eric Ernst <eric_ernst@apple.com>
44 lines
941 B
JSON
44 lines
941 B
JSON
{
|
|
"apiVersion": "vlabs",
|
|
"properties": {
|
|
"orchestratorProfile": {
|
|
"orchestratorType": "Kubernetes",
|
|
"orchestratorVersion": "1.20.5",
|
|
"kubernetesConfig": {
|
|
"containerRuntime": "containerd",
|
|
"useManagedIdentity": false
|
|
}
|
|
},
|
|
"masterProfile": {
|
|
"count": 1,
|
|
"dnsPrefix": "",
|
|
"vmSize": "Standard_D2_v2"
|
|
},
|
|
"agentPoolProfiles": [
|
|
{
|
|
"name": "agentpool",
|
|
"count": 1,
|
|
"vmSize": "Standard_D4s_v3",
|
|
"availabilityProfile": "AvailabilitySet"
|
|
}
|
|
],
|
|
"linuxProfile": {
|
|
"adminUsername": "azureuser",
|
|
"ssh": {
|
|
"publicKeys": [
|
|
{
|
|
"keyData": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"servicePrincipalProfile": {
|
|
"clientId": "",
|
|
"secret": ""
|
|
},
|
|
"linuxProfile": {
|
|
"runUnattendedUpgradesOnBootstrap": false
|
|
}
|
|
}
|
|
}
|