Re-enable kubelet autostart

Disabling of kubelet autostart was not working previous. Furthermore it
was never needed and therefore is re-enabled in this changeset.

Change-Id: Ibd7803818ca6c69b558a86b73930f85bb343d423
This commit is contained in:
Anderson, Craig (ca846m) 2021-01-13 17:59:24 -08:00
parent ef1ea7c032
commit d34703e139

View File

@ -6,5 +6,5 @@
- name: "Kubernetes | configuring kubelet systemd unit"
systemd:
name: "kubelet.service"
enabled: no
enabled: yes
force: no