Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use Popen communicate instead of wait
Like described in this (https://stackoverflow.com/a/39477247) stackoverflow comment, it is not a good idea to use wait, because it can andup in a deadlock. This can also fix the problem in this issue https://forum.checkmk.com/t/checkmk-k8s-node-metrics-collector/43278
- Loading branch information