aks-engine-azurestack/test/e2e/test_cluster_configs/sgx.json

37 строки
1.1 KiB
JSON

{
"env": {
"REGION_OPTIONS": "westeurope",
"GINKGO_SKIP": "should have healthy time synchronization|should create a pv by deploying a pod that consumes a pvc"
},
"apiModel": {
"apiVersion": "vlabs",
"properties": {
"masterProfile": {
"count": 1,
"vmSize": "Standard_D2s_v3",
"dnsPrefix": ""
},
"agentPoolProfiles": [
{
"name": "agentpool",
"count": 1,
"availabilityProfile": "VirtualMachineScaleSets",
"distro": "aks-ubuntu-18.04",
"vmSize": "Standard_DC2s",
"storageProfile": "ManagedDisks"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
}
}
}
}