1apiVersion: dnsmasq.kvaps.cf/v1beta1 2kind: DnsHosts 3metadata: 4 name: node1 5spec: 6 controller: "" 7 hosts: 8 - ip: "10.9.8.7" 9 hostnames: 10 - "foo.local" 11 - "bar.local" 12 - ip: "10.1.2.3" 13 hostnames: 14 - "foo.remote" 15 - "bar.remote"
View as plain text