small tweaks

This commit is contained in:
Karim Naufal 2022-03-03 02:06:29 +01:00
parent a0d3cb2ffd
commit 7bdd555e1a
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -18,4 +18,4 @@ spec:
command:
- /usr/bin/kured
- --reboot-command=/usr/bin/systemctl reboot
- --reboot-sentinel=/var/run/reboot-needed
- --reboot-sentinel=/var/run/reboot-needed