added kured and fixed initial ignition disk partitioning

This commit is contained in:
Karim Naufal
2022-02-07 08:46:10 +01:00
parent 7532e7a4d5
commit fba212de47
13 changed files with 108 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ resource "hcloud_server" "control_planes" {
# Wait for MicroOS to reboot and be ready
provisioner "local-exec" {
command = "sleep 60 && ping ${self.ipv4_address} | grep --line-buffered 'bytes from' | head -1 && sleep 30"
command = "sleep 60 && ping ${self.ipv4_address} | grep --line-buffered 'bytes from' | head -1 && sleep 60"
}
# Generating k3s server config file