diff --git a/internal/node/templates/user-data.yaml.tmpl b/internal/node/templates/user-data.yaml.tmpl index 989e4d2..dca951e 100644 --- a/internal/node/templates/user-data.yaml.tmpl +++ b/internal/node/templates/user-data.yaml.tmpl @@ -81,7 +81,7 @@ runcmd: - systemctl enable --now var-mnt-cluster_images.mount - systemctl enable --now ostree-state-overlay@opt.service - systemctl enable --now qemu-guest-agent - - nmcli connection modify "cloud-init enp2s0" ipv4.dns-search "~{{.ClusterDomain}} {{.ClusterDomain}}" + - nmcli connection modify "cloud-init enp2s0" ipv4.dns-search "~{{.ClusterDomain}} {{.ClusterDomain}}" ipv4.ignore-auto-dns yes - nmcli connection up "cloud-init enp2s0" - systemctl enable --now crio - systemctl enable kubelet