{ "cniVersion": "1.0.0", "name": "azure", "adapterName" : "", "plugins": [ { "type": "azure-vnet", "executionMode": "v4swift", "capabilities": { "portMappings": true, "dns": true }, "ipam": { "type": "azure-cns" }, "dns": { "Nameservers": [ "10.0.0.10", "168.63.129.16" ], "Search": [ "svc.cluster.local" ] }, "AdditionalArgs": [ { "Name": "EndpointPolicy", "Value": { "Type": "OutBoundNAT", "ExceptionList": [ "10.240.0.0/16", "10.0.0.0/8" ] } }, { "Name": "EndpointPolicy", "Value": { "Type": "ROUTE", "DestinationPrefix": "10.0.0.0/8", "NeedEncap": true } } ], "windowsSettings": { "hnsTimeoutDurationInSeconds" : 120 } } ] }