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
Describe the bug
I have recently come to realize that every time there is a new version and I do kubefire installl it modifies my containerd systemd configuration: /etc/systemd/system/containerd.service
Running $ which chgrp on my system shows me mine is at /bin/chgrp. Thus on my next start up docker fails to start since it has been changed to usr/bin/chgrp:
Describe the bug
I have recently come to realize that every time there is a new version and I do
kubefire installl
it modifies my containerd systemd configuration:/etc/systemd/system/containerd.service
Specifically the location of
chgrp
binary:Running
$ which chgrp
on my system shows me mine is at/bin/chgrp
. Thus on my next start up docker fails to start since it has been changed tousr/bin/chgrp
:To Reproduce
Run
kubefire install
on a system whose required binaries are not in the expected location.Expected behavior
Should not modify the unit files without warning or approval
Environment
Additional context
My docker environment was installed via the official tutorial for Ubuntu system: https://docs.docker.com/engine/install/ubuntu/
The text was updated successfully, but these errors were encountered: