Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapcc/k8s-conntrack-nanny
Delete stale contract entries for k8s UDP endpoints
https://github.com/sapcc/k8s-conntrack-nanny
Last synced: 11 days ago
JSON representation
Delete stale contract entries for k8s UDP endpoints
- Host: GitHub
- URL: https://github.com/sapcc/k8s-conntrack-nanny
- Owner: sapcc
- License: apache-2.0
- Created: 2019-04-12T15:06:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T07:02:28.000Z (2 months ago)
- Last Synced: 2024-09-12T16:53:56.354Z (2 months ago)
- Language: Go
- Size: 46.9 KB
- Stars: 1
- Watchers: 41
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
k8s-conntrack-nanny
===================
This repository contains k8s-controller that purges conntrack entries for vanished UDP endpoints.
The controller watches for endpoint changes and whenever a UDP endpoint is removed from the list of active endpoints.It is supposed to run as a Daemonset with `hostNetwork:true` and required `CAP_NET_ADMIN` privileges.
For an example chart see: https://github.com/sapcc/helm-charts/tree/master/system/kube-system/vendor/conntrack-nanny
Its a workaround for clusters <1.14 that are affected by this bug
https://github.com/kubernetes/kubernetes/issues/65228