Open brandond opened 1 month ago
Validated using COMMIT=647fc892dbce192a603ce0fcfde57445e7d4a4c4
Infrastructure
Node(s) CPU architecture, OS, and version:
Linux 6.4.0-150600.23.17-default x86_64 GNU/Linux PRETTY_NAME="SUSE Linux Enterprise Server 15 SP6"
Cluster Configuration:
NAME STATUS ROLES AGE VERSION
ip-2-2-2-98 Ready control-plane,etcd,master 8m21s v1.30.5+k3s-647fc892
Config.yaml:
node-external-ip: 2.2.2.98
token: YOUR_TOKEN_HERE
write-kubeconfig-mode: 644
debug: true
cluster-init: true
node-external-dns:
- cloudflare.com
- google.com
- arc.k3s.com
$ kgn -o yaml | grep -i dns
k3s.io/node-args: '["server","--node-external-ip","2.2.2.98","--token","********","--write-kubeconfig-mode","644","--debug","true","--cluster-init","true","--node-external-dns","cloudflare.com","--node-external-dns","google.com","--node-external-dns","arc.k3s.com"]'
Backport fix for Support for NodeExternalDNS
10848