Skip to content

Commit 88cc837

Browse files
author
scrungus
committed
dns
1 parent 30f957d commit 88cc837

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/capi-templates-images.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ kube-v1_26_6:
8383
network-driver: "calico"
8484
master-lb-enabled: True
8585
floating-ip-enabled: True
86+
# if ovn is miss-configured to not have default dns
87+
# dns-nameserver: "1.1.1.1,8.8.8.8,8.8.4.4"
88+
dns-nameserver: ""
8689
public: True
8790
cluster_distro: "ubuntu"
8891

@@ -97,6 +100,9 @@ kube-v1_27_3:
97100
network-driver: "calico"
98101
master-lb-enabled: True
99102
floating-ip-enabled: True
103+
# if ovn is miss-configured to not have default dns
104+
# dns-nameserver: "1.1.1.1,8.8.8.8,8.8.4.4"
105+
dns-nameserver: ""
100106
public: True
101107
cluster_distro: "ubuntu"
102108

0 commit comments

Comments
 (0)