RETIRED, Kubernetes integration with OpenStack networking
da1e0aa2ee
Currently we only print "Calling Kuryr Daemon." in our kuryr-cni plugin binary. This isn't really helpful: crio[1963]: 2020/03/03 20:53:49 Calling Kuryr Daemon. crio[1963]: 2020/03/03 20:53:53 Calling Kuryr Daemon. crio[1963]: 2020/03/03 20:53:53 Calling Kuryr Daemon. crio[1963]: 2020/03/03 20:53:53 Calling Kuryr Daemon. crio[1963]: 2020/03/03 20:53:54 Calling Kuryr Daemon. crio[1963]: 2020/03/03 20:53:54 Calling Kuryr Daemon. crio[1963]: 2020/03/03 20:53:54 Calling Kuryr Daemon. (…) This commit enhances that logging to include values of CNI_ARGS and CNI_NETNS, which should allow us to identify which request is being handled. Change-Id: Ie66e4972cc109990d0f4fc077fa9031ac67db7ff Related-Bug: 1854928 |
||
---|---|---|
.zuul.d | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
kubernetes_crds | ||
kuryr_cni | ||
kuryr_kubernetes | ||
playbooks | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
.testr.conf | ||
babel.cfg | ||
cni_ds_init | ||
cni.Dockerfile | ||
CONTRIBUTING.rst | ||
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://opendev.org/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.