22f3030443bb4750792c91fb699b6c75ab2ff88e

Apparently with switch to Python 3, requests library raises a different exception when read time out occurrs and it's quite general requests.ConnectionError. This causes tracebacks like [1] to show up in logs. This is pretty scary for the user, so this commit suppresses those exceptions and adds them to the list of exceptions K8sClient restarts watching. [1] http://paste.openstack.org/show/786574/ Change-Id: I09f3803edffbe2ea5f1913238adc23212a323100
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