https://github.com/fairwindsops/disableit
A simple loop to disable some executable
https://github.com/fairwindsops/disableit
Last synced: 10 months ago
JSON representation
A simple loop to disable some executable
- Host: GitHub
- URL: https://github.com/fairwindsops/disableit
- Owner: FairwindsOps
- Created: 2017-11-14T14:53:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T16:21:33.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T15:12:39.149Z (over 1 year ago)
- Language: Shell
- Homepage: https://fairwinds.com
- Size: 1.95 KB
- Stars: 1
- Watchers: 26
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# disableit
A simple loop to disable some executable
# Why tho?
Sometimes you need to just turn something off. Relevant example: kubelet runs `du` on every container on a hard-coded interval to get disk usage statistics for cadvisor. For large images, that `du` process takes long enough and uses enough iops that it can use up the whole burst volume on an EBS volume. Use this to quickly disable `du`, disabling disk metrics while preserving iops.