Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
test: add containerd no outbound test scenario (#4371)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Apr 19, 2021
1 parent fce7e66 commit 5d05cdf
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions test/e2e/test_cluster_configs/no_outbound_containerd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"env": {},
"options": {
"allowedOrchestratorVersions": ["1.16", "1.17", "1.18", "1.19"]
},
"apiModel": {
"apiVersion": "vlabs",
"properties": {
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v3"
},
"agentPoolProfiles": [
{
"name": "pool1604vhd",
"count": 1,
"vmSize": "Standard_D2_v3",
"availabilityProfile": "VirtualMachineScaleSets",
"distro": "aks-ubuntu-16.04"
},
{
"name": "pool1804vhd",
"count": 1,
"vmSize": "Standard_D2_v3",
"availabilityProfile": "VirtualMachineScaleSets",
"distro": "aks-ubuntu-18.04"
},
{
"name": "poolwinvhd",
"count": 1,
"vmSize": "Standard_D2_v3",
"availabilityProfile": "VirtualMachineScaleSets",
"osType": "Windows"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$",
"enableAutomaticUpdates": false,
"sshEnabled": true
},
"featureFlags": {
"BlockOutboundInternet": true
}
}
}
}

0 comments on commit 5d05cdf

Please sign in to comment.