-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move the probedb.py script #467
Comments
The mapped file should be read-only and not deletable I believe, so I don't think the cleanup screen will affect it, but if there's a better location we can move it to, that would still make sense. |
I just checked on a cluster I just launched and the |
Can root actually delete it though? I think even root should be unable to affect that file. |
Good point. Since it is a config map and not an actual file it shouldn't be deletable. I'll test, but I would feel better if the script didn't live in |
This is a bit of a false alarm. The cronjob cleans up |
The
probedb.py
script that is used for thelivenessProbe
(and others) lives in the/tmp
directory, so eventually the tmp cleanup job to be added in #448 will break the probes. Move the script somewhere like/usr/local/bin/
before #448 is merged.The text was updated successfully, but these errors were encountered: