5ceba52341
Change-Id: I60a7e1643f95f086cf62675073fa10624cc93c79
20 lines
828 B
YAML
20 lines
828 B
YAML
---
|
|
launchpad: kuryr-kubernetes
|
|
release-model: cycle-with-rc
|
|
team: kuryr
|
|
type: other
|
|
repository-settings:
|
|
openstack/kuryr-kubernetes: {}
|
|
cycle-highlights:
|
|
- Nested mode with nodes VMs running in multiple subnets is now available.
|
|
To use that functionality a new option `[pod_vif_nested]worker_nodes_subnets`
|
|
is introduced accepting multiple Subnet IDs.
|
|
- Kuryr now handles Services that do not define the `.spec.selector`, allowing
|
|
the user to manually manage the Endpoints object.
|
|
- Kuryr can handle egress Network Policy that allows traffic to Pods being
|
|
pointed by a Service without Selector.
|
|
- Added support for SCTP.
|
|
- Networks can now be created by relying on the default MTU defined in Neutron,
|
|
regardless of the SDN used and without changing the default configuration
|
|
value in Kuryr.
|