• Davanum Srinivas's avatar
    Remove kubelet dependency on pidof · 1fdcea28
    Davanum Srinivas authored
    Issue #26093 identified pidof as one of the dependencies of kublet
    which could be worked around. In this PR, we just look at /proc
    to construct the list of pids we need for a specified process
    instead of running "pidof" executable
    
    Related to #26093
    1fdcea28
Name
Last commit
Last update
..
doc.go Loading commit data...
example_proc_cgroup Loading commit data...
procfs.go Loading commit data...
procfs_fake.go Loading commit data...
procfs_interface.go Loading commit data...
procfs_test.go Loading commit data...