Skip to content

1.4.0

Compare
Choose a tag to compare
@container-networking-bot container-networking-bot released this 08 Aug 18:31
· 2670 commits to develop since this release

CF networking policies now support port ranges in addition to a single port in policy configuration. In addition, the silk controller provides a link for the silk daemon to configure the overlay network for cf-networking.

Try it out and give us your feedback in the #container-networking channel on cloudfoundry.slack.com.

Take a look at known issues for current limitations and known issues. Verified with the following:

Manifest Changes

Links Enabled
The silk-controller job now provides two properties via links which the silk-daemon job consumes:

  • cf_networking.network
  • cf_networking.subnet_prefix_length
    ** This means you are able to remove the properties (listed above) from the silk-daemon job. **

If your deployment contains more than a single instance group that has the silk-controller job,
then you will need to explicitly name the cf_network link. For more information,
see the documentation.

New Properties

  • An optional parameter has been added to configure the port of the metron agent for
    the iptables_logger. This port will be used to forward metrics. Previously, no such
    port existed.
    • cf_networking.iptables_logger.metron_port

Significant Changes

Port Ranges

Optimizations

Logging Enhancemetns

Chores