-
Notifications
You must be signed in to change notification settings - Fork 742
/
10-aws.conflist
37 lines (37 loc) · 994 Bytes
/
10-aws.conflist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"cniVersion": "1.0.0",
"name": "aws-cni",
"disableCheck": true,
"plugins": [
{
"name": "aws-cni",
"type": "aws-cni",
"vethPrefix": "__VETHPREFIX__",
"mtu": "__MTU__",
"podSGEnforcingMode": "__PODSGENFORCINGMODE__",
"pluginLogFile": "__PLUGINLOGFILE__",
"pluginLogLevel": "__PLUGINLOGLEVEL__"
},
{
"name": "egress-cni",
"type": "egress-cni",
"mtu": "9001",
"enabled": "__EGRESSPLUGINENABLED__",
"randomizeSNAT": "__RANDOMIZESNAT__",
"nodeIP": "__NODEIP__",
"ipam": {
"type": "host-local",
"ranges": [[{"subnet": "__EGRESSPLUGINIPAMSUBNET__"}]],
"routes": [{"dst": "__EGRESSPLUGINIPAMDST__"}],
"dataDir": "__EGRESSPLUGINIPAMDATADIR__"
},
"pluginLogFile": "__EGRESSPLUGINLOGFILE__",
"pluginLogLevel": "__PLUGINLOGLEVEL__"
},
{
"type": "portmap",
"capabilities": {"portMappings": true},
"snat": true
}
]
}