Go to file
Roman Dobosz 817b8e035e Support for ports and primarySubnet fields in machine.
For now, by default, pod network was taken from OpenShift Machine spec,
by looking for "networks" field and get the first item out of it to
figure out right subnet. Currently there is another field, where
networks can be defined - under "ports" field, where subnet for fixed
IPs can be found. Additionally, to avoid confusion, there is another
field, which defines primary subnet for the pods - "primarySubnet".

Implementation has been adapted to reflect that change:

1. primarySubnet will be examined, to get the subnet id
2. if primarySubnet does not exists, networks field will be examined
3. if there is no networks field (or it doesn't contain subnets), ports
   field will be examined for subnet id

Change-Id: I35b6f2e6288cbe3fd80b74a5da03639d7bd0a765
2021-10-07 11:55:17 +02:00
2021-09-16 12:23:09 +02:00
2021-04-23 10:55:32 +02:00
2016-11-18 10:14:56 +03:00
2021-09-15 11:24:33 +02:00
2019-04-19 19:44:54 +00:00
2018-07-16 15:43:10 +00:00
2021-05-07 14:15:35 +01:00
2020-12-14 11:56:17 +01:00
2021-09-25 06:27:10 +10:00
2017-03-15 12:44:19 +00:00
2021-05-31 09:54:53 +08:00

Team and repository tags

image

Project description

Kubernetes integration with OpenStack networking

The OpenStack Kuryr project enables native Neutron-based networking in Kubernetes. With Kuryr-Kubernetes it's now possible to choose to run both OpenStack VMs and Kubernetes Pods on the same Neutron network if your workloads require it or to use different segments and, for example, route between them.

Contribution guidelines

For the process of new feature addition, refer to the Kuryr Policy.

Description
RETIRED, Kubernetes integration with OpenStack networking
Readme 46 MiB