cni job from cf-networking/1.11.0
Github source:
7f2fca8f
or
master branch
Properties¶
cf_networking
¶
burst
¶Bandwidth burst in Kb for traffic through container. 0 for no limit. If burst is set, rate must also be set.
- Default
0
disable
¶Disable container to container networking.
- Default
false
dns_servers
¶DNS servers that containers will use. If set, this list takes precedence over DNS servers configured through garden.
- Default
[]
iptables_accepted_udp_logs_per_sec
¶Maximum number of iptables logs per second for accepted UDP packets.
- Default
100
iptables_denied_logs_per_sec
¶Maximum number of iptables logs per second for denied packets.
- Default
1
iptables_logging
¶Enables iptables logging for overlay network policies and Application Security Groups. Logs to the kernel log.
- Default
false
mtu
¶Pre-encapsulation MTU for containers. If set, the network interface inside the container will have an MTU that is 50 bytes less than this value, in order to account for VXLAN encap overhead. If zero, MTU will be automatically configured to account for the VXLAN encapsulation, but it may not account for additional network encapsulations, e.g. IPSec.
- Default
0
rate
¶Bandwidth rate in Kbps for traffic through container. 0 for no limit. If rate is set, burst must also be set.
- Default
0
silk_daemon
¶
listen_port
¶Silk CNI plugin connects to the silk daemon on this port.
- Default
23954
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/cni/
directory
(learn more).
bin/pre-start
(frompre-start.erb
)config/cni/cni-wrapper-plugin.conf
(fromcni-wrapper-plugin.conf.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.