mhristache / k8s-conntrack-cleanup

Workaround for https://github.com/kubernetes/kubernetes/issues/59368

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s-conntrack-cleanup

The k8s_conntrack_cleanup.py is providing a workaround for kubernetes/kubernetes#59368.

Install dependencies

pip install -r requirements.txt

Run

./k8s_conntrack_cleanup.py -n <namespace>

About

Workaround for https://github.com/kubernetes/kubernetes/issues/59368

License:Apache License 2.0


Languages

Language:Python 100.0%