remove duplicate systemctl start k3s-server

This commit is contained in:
phaer 2022-02-12 01:09:34 +01:00
parent 8ba33a12c8
commit 740b20966f

View File

@ -78,8 +78,6 @@ resource "hcloud_server" "first_control_plane" {
"mkdir -p /tmp/post_install",
# then we initiate the cluster
"systemctl enable k3s-server",
# start k3s
"systemctl start k3s-server",
# wait for k3s to get ready
<<-EOT
timeout 120 bash <<EOF