RETIRED, Kubernetes integration with OpenStack networking
6c0730fda4
As kuryrnetpolicy CRD objects are namespaced, when a namespace is deleted, the object is deleted by kubernetes as part of the namespace deletion process. This was making network policy driver failing on releasing the network policy as it could not find the object. This patch ensures kuryr-controller doesn't fail in case kubernetes has already deleted the kuryrnetpolicy object by skipping the exception when trying to delete an already deleted object. Closes-Bug: 1816020 Change-Id: I0443b65e5d6897c5d6673c222fc50101c244cd1e |
||
---|---|---|
.zuul.d | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
kubernetes_crds | ||
kuryr_kubernetes | ||
playbooks | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
.testr.conf | ||
babel.cfg | ||
cni_ds_init | ||
cni_py3.Dockerfile | ||
cni.Dockerfile | ||
CONTRIBUTING.rst | ||
controller_py3.Dockerfile | ||
controller.Dockerfile | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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.
- Free software: Apache license
- Documentation: https://docs.openstack.org/kuryr-kubernetes/latest
- Source: https://git.openstack.org/cgit/openstack/kuryr-kubernetes
- Bugs: https://bugs.launchpad.net/kuryr-kubernetes
- Overview and demo: https://superuser.openstack.org/articles/networking-kubernetes-kuryr
- Release notes: https://docs.openstack.org/releasenotes/kuryr-kubernetes/
Contribution guidelines
For the process of new feature addition, refer to the Kuryr Policy