We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5d387 commit 3b34dc7Copy full SHA for 3b34dc7
1 file changed
cni/azure-windows-swiftv2-stateless.conflist
@@ -0,0 +1,27 @@
1
+{
2
+ "cniVersion": "1.0.0",
3
+ "name": "azure",
4
+ "plugins": [
5
+ {
6
+ "type": "azure-vnet",
7
+ "mode": "bridge",
8
+ "bridge": "azure0",
9
+ "capabilities": {
10
+ "portMappings": true,
11
+ "dns": true
12
+ },
13
+ "ipam": {
14
+ "type": "azure-cns"
15
16
+ "dns": {
17
+ "Nameservers": [
18
+ "168.63.129.16"
19
+ ],
20
+ "Search": [
21
+ "svc.cluster.local"
22
+ ]
23
24
+ "disableAsyncDelete": true
25
+ }
26
27
+}
0 commit comments