switch image to standard microos

This commit is contained in:
Karim Naufal
2022-02-16 00:13:02 +01:00
parent 7ac37f0ddf
commit 1f0c825b23
3 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ resource "hcloud_server" "first_control_plane" {
destination = "/etc/rancher/k3s/config.yaml"
}
# Run the first control plane
/* # Run the first control plane
provisioner "remote-exec" {
inline = [
# set the hostname in a persistent fashion
@@ -154,7 +154,7 @@ resource "hcloud_server" "first_control_plane" {
"sed -i 's/^- |[0-9]\\+$/- |/g' /tmp/post_install/kustomization.yaml",
"kubectl apply -k /tmp/post_install",
]
}
} */
network {
network_id = hcloud_network.k3s.id