Kubernetes integration with OpenStack networking
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Maysa Macedo 4030f2706a Skip retry of Network Policy event
When attempting to Handle a Network Policy and one Namespace
which is affected by it is in the process of getting handled
by Kuryr, the Network Policy event would be often retried.
This commit removes the retry to make sure the Network Policy
gets updated only once the Namespace handling has finsihed.

Change-Id: I73c9488dca21f73070ca84352e3ba3780ea7298f
1 month ago
.zuul.d Turn on pod security context on master. 3 months ago
contrib Replace base64.decodestring with decodebytes 10 months ago
devstack Added devstack option to turn on pod security on tempest. 3 months ago
doc Remove SR-IOV support 12 months ago
etc Update 10-kuryr.conf to 10-kuryr.conflist, and generate the 3 years ago
kubernetes_crds Merge "CNI: Use K8S_POD_UID passed from CRI" 1 year ago
kuryr_cni Migrate kuryr-cni to go.mod 2 years ago
kuryr_kubernetes Skip retry of Network Policy event 1 month ago
playbooks Raise kubernetes tests version to 1.22.5 and fix legacy tests. 1 year ago
releasenotes Update master for stable/2023.1 3 months ago
tools CI: Cleanup what we gather from K8s 1 year ago
.coveragerc tox: fix coverage 7 years ago
.dockerignore ignore docker files for better docker image reuse 3 years ago
.gitignore Fix l-c and requirements job 2 years ago
.gitreview OpenDev Migration Patch 4 years ago
.pre-commit-config.yaml Add support for pre-commit-hooks 5 years ago
.stestr.conf Switch to using stestr 5 years ago
CONTRIBUTING.rst [ussuri][goal] Update contributor docs 3 years ago
HACKING.rst Fix inconsistency in headlines format. 4 years ago
LICENSE cookiecutter commit for kuryr-kubernetes 7 years ago
README.rst Change inline hyperlinks to link-target pairs. 4 years ago
babel.cfg cookiecutter commit for kuryr-kubernetes 7 years ago
cni.Dockerfile Run Kuryr inside containers in venv 1 year ago
cni_ds_init Update 10-kuryr.conf to 10-kuryr.conflist, and generate the 3 years ago
controller.Dockerfile Run Kuryr inside containers in venv 1 year ago
requirements.txt Merge "Remove SR-IOV support" 11 months ago
setup.cfg Remove SR-IOV support 12 months ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Bump docutils version on lower constraints. 1 year ago
tox.ini Fix tox4 error. 5 months ago

README.rst

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.