{ "cniVersion": "0.2.0", "name": "OVNKubernetesHybridOverlayNetwork", "type": "win-overlay", "ipam": { "type": "host-local", "subnet": "10.132.0.0/24" }, "apiVersion": 2, "capabilities": { "portMappings": true, "dns": true }, "policies": [ { "name": "EndpointPolicy", "value": { "Type": "OutBoundNAT", "Settings": { "Exceptions": [ "172.30.0.0/16" ] } } }, { "name": "EndpointPolicy", "value": { "Type": "SDNRoute", "Settings": { "DestinationPrefix": "172.30.0.0/16", "NeedEncap": true } } }, { "name": "EndpointPolicy", "value": { "Type": "ProviderAddress", "Settings": { "ProviderAddress": "10.0.133.170" } } } ] }