Skip to content

Commit 8e49f3b

Browse files
authored
Merge pull request #60 from alicefr/disable-passt-dns
Disable DHCP-provided DNS on VM passt NIC
2 parents 7309822 + 4915e4d commit 8e49f3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/node/templates/user-data.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runcmd:
8181
- systemctl enable --now var-mnt-cluster_images.mount
8282
- systemctl enable --now ostree-state-overlay@opt.service
8383
- systemctl enable --now qemu-guest-agent
84-
- nmcli connection modify "cloud-init enp2s0" ipv4.dns-search "~{{.ClusterDomain}} {{.ClusterDomain}}"
84+
- nmcli connection modify "cloud-init enp2s0" ipv4.dns-search "~{{.ClusterDomain}} {{.ClusterDomain}}" ipv4.ignore-auto-dns yes
8585
- nmcli connection up "cloud-init enp2s0"
8686
- systemctl enable --now crio
8787
- systemctl enable kubelet

0 commit comments

Comments
 (0)