
Per request from infra cloud providers we need to disable world-facing DNS that is the coredns and find a way to run it privately on the gate VMs. Which won't be that easy, as there's unbind bound to 127.0.0.1:53, but let's see if we'll be able to come up with something. Meanwhile this change shouldn't hurt too much as we were yet to utilize the coredns deployment and I think it wasn't even working on the gate. Change-Id: I0c671b533f2babef172b46c36f62fba929d724c5
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.
Description