In this guide we will describe how network can be configured on bare-metal platforms.
Note: Kernel command line parameters are not persisted after Talos installation, so proper network configuration should be done via the machine configuration.Address, default gateway and DNS servers can be configured via
ip=
kernel command line parameter:
bond=
kernel command line parameter:
vlan=
kernel command line parameter:
metal
platform to submit the initial network configuration.
The platform network configuration is a YAML document which contains resource specifications for various network resources.
For the metal
platform, the interactive dashboard can be used to edit the platform network configuration, also the configuration can be
created manually.
The current value of the platform network configuration can be retrieved using the MetaKeys
resource (key 0x0a
):
talosctl meta
command for the running node:
metal
platform can be also included into the generated Talos image:
The platform network configuration gets merged with other sources of network configuration, the details can be found in the network resources guide.
nocloud
Network Configurationnocloud
data source.
Talos Linux can automatically pick up this configuration when nocloud
image is used.