Skip to content

silk-cni job from cf-networking/0.22.0

Github source: 7c9f3d5 or master branch

Properties

cf_networking

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_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

network

CIDR address block for overlay network. Subnets for each diego cell are allocated out of this network.

Default
10.255.0.0/16

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/silk-cni/ directory (learn more).

  • bin/pre-start (from pre-start.erb)
  • config/cni/cni-wrapper-plugin.conf (from cni-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.