garden-cni job from cf-networking/2.18.0
              Github source:
              37111571 or
              master branch
            
Properties¶
cni_config_dir¶
  
    
      Directory to store CNI config files. Other jobs may write files into here.
- Default
 /var/vcap/jobs/cni/config/cni
cni_plugin_dir¶
  
    
      Directory containing CNI plugins.
- Default
 /var/vcap/packages/cni/bin
experimental_proxy_redirect_cidr¶
  
    
      CIDR range to transparently redirect to a proxy process in the container namespace. If empty (default), will not redirect any traffic.
- Default
 ""
nat_port_range_size¶
  
    
      Total number of host ports that may be allocated to containers
- Default
 5000
nat_port_range_start¶
  
    
      Starting value for allocating host ports to containers
- Default
 61000
search_domains¶
  
    
      An array of search domains for DNS on the containers
- Default
 []
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/garden-cni/ directory
            (learn more).
          
bin/pre-start(frompre-start.erb)config/adapter.json(fromadapter.json.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.