fix: persist talos network interface names
This commit is contained in:
parent
be9259918c
commit
58aec37af2
|
|
@ -2,7 +2,7 @@ clusterName: ${cluster_name}
|
|||
endpoint: ${cluster_endpoint}
|
||||
domain: ${cluster_domain}
|
||||
talosVersion: ${talos_version}
|
||||
allowSchedulingOnMasters: false
|
||||
allowSchedulingOnMasters: ${length(control_plane_nodes) == 1 ? "true" : "false"}
|
||||
|
||||
# Network configuration
|
||||
clusterPodNets:
|
||||
|
|
@ -177,6 +177,10 @@ nodes:
|
|||
patches:
|
||||
- |-
|
||||
machine:
|
||||
install:
|
||||
grubUseUKICmdline: false
|
||||
extraKernelArgs:
|
||||
- net.ifnames=0
|
||||
network:
|
||||
nameservers:
|
||||
%{ for dns in dns_servers ~}
|
||||
|
|
|
|||
Loading…
Reference in a new issue