We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d402c7 commit 22b126fCopy full SHA for 22b126f
ansible/roles/dhcp/templates/kubernetes.hosts.j2
@@ -1,4 +1,5 @@
1
host kubernetes-talos-master-1 {
2
hardware ethernet 52:54:00:72:FE:6E;
3
fixed-address 192.168.102.111;
4
+ option host-name "kubernetes-talos-master-1";
5
}
0 commit comments