Skip to content
Snippets Groups Projects
Commit f0a86796 authored by Jesse Stuart's avatar Jesse Stuart
Browse files

docs: Add missing argument in `kubeadm` workaround script.

One of the `sed` commands for updating the kubeadm systemd
file (`/etc/systemd/system/kubelet.service.d/10-kubeadm.conf`)
was missing a `-i` reference to the file itself, causing it
to hang indefinitely if ran as declared.

I also wrapped this second `sed` in an `if grep ...` check,
in order to make the operation idempotent.
parent 5d33cbb1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment