You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
I cannot figure out how or where it's happening from because the only place I see reference to tmp is under https://github.com/kelproject/pykube/blob/master/test/test_session.py, but for every context switch, it appears that pykube is generating 3 tmp files, two Certificates and an RSA secret key.
First, can someone help me understand where these are getting generated or how I can mitigate this? Is it maybe an artifact of httpie or something? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use pykube for a monitoring project where I'm switching contexts a lot:
https://github.com/looprock/riemann-kube-mon/blob/master/kube-monitor.py
I cannot figure out how or where it's happening from because the only place I see reference to tmp is under https://github.com/kelproject/pykube/blob/master/test/test_session.py, but for every context switch, it appears that pykube is generating 3 tmp files, two Certificates and an RSA secret key.
First, can someone help me understand where these are getting generated or how I can mitigate this? Is it maybe an artifact of httpie or something? Thanks.
The text was updated successfully, but these errors were encountered: