diff --git a/test/e2e/test_cluster_configs/no_outbound_containerd.json b/test/e2e/test_cluster_configs/no_outbound_containerd.json new file mode 100644 index 0000000000..f05fbb17a6 --- /dev/null +++ b/test/e2e/test_cluster_configs/no_outbound_containerd.json @@ -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 + } + } + } +}