diff --git a/init.tf b/init.tf index e15b054..ee9134b 100644 --- a/init.tf +++ b/init.tf @@ -30,7 +30,7 @@ resource "null_resource" "first_control_plane" { inline = local.install_k3s_server } - # Upon reboot verify start k3s and wait for it to be ready to receive commands + # Upon reboot start k3s and wait for it to be ready to receive commands provisioner "remote-exec" { inline = [ "systemctl start k3s", diff --git a/kustomize/kured.yaml b/kustomize/kured.yaml index 3425a49..b4abdea 100644 --- a/kustomize/kured.yaml +++ b/kustomize/kured.yaml @@ -18,4 +18,4 @@ spec: command: - /usr/bin/kured - --reboot-command=/usr/bin/systemctl reboot - - --reboot-sentinel=/var/run/reboot-needed \ No newline at end of file + - --reboot-sentinel=/var/run/reboot-needed