netman/0.12.0
You can find the source of this version on GitHub at cloudfoundry-incubator/netman-release. It was created based on the commit 9b5d6495
.
Release Notes¶
Key changes include configurable subnet ranges and masks, self service policy configuration and enhancements for reducing policy enforce time.
We do not recommend using netman-release in production yet, but give it a try 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: - CF deployment
Significant Changes
Deployment Changes
- The subnet and mask for the overlay network is configurable
- As an operator I would like to support more than 254 cells with legacy networking features
Space Developer self-service policy configuration
- Space developers with network.write scope can create policies using the API for apps in spaces they own
- Space developers with network.write scope can delete policies for apps in spaces they own
UX changes
Performance and Scalability
- As an operator I don’t expect iptables to be rewritten continuously when there are no policy changes
Miscellaneous Changes
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "netman" version: "0.12.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/netman-release?v=0.12.0" sha1: "c8ce65bc2c60f76fb077d7f782b238b2260bd3f8"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 c8ce65bc2c60f76fb077d7f782b238b2260bd3f8 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/netman-release?v=0.12.0"