We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3526bd commit 926dc06Copy full SHA for 926dc06
cni/azure-windows-swiftv2-stateless.conflist
@@ -1,22 +1,22 @@
1
{
2
"cniVersion": "1.0.0",
3
"name": "azure",
4
- "type": "azure-vnet",
5
- "mode": "bridge",
6
- "bridge": "azure0",
7
- "capabilities": {
8
- "portMappings": true,
9
- "dns": true
10
- },
11
- "ipam": {
12
- "type": "azure-cns"
13
14
- "dns": {
15
- "Nameservers": [
16
- "168.63.129.16"
17
- ],
18
- "Search": [
19
- "svc.cluster.local"
20
- ]
21
- }
+ "type": "azure-vnet",
+ "mode": "bridge",
+ "bridge": "azure0",
+ "capabilities": {
+ "portMappings": true,
+ "dns": true
+ },
+ "ipam": {
+ "type": "azure-cns"
+ "dns": {
+ "Nameservers": [
+ "168.63.129.16"
+ ],
+ "Search": [
+ "svc.cluster.local"
+ ]
+ }
22
}
0 commit comments