Talos installation
Talos can be installed using two methods:
Talos install vanilla: provide required
siderolink.api
link.Talos install via Factory image: provide required
factoryhash
.
In both cases, additional kernel parameters are required. These will override any defaults injected.
Talos default kernel parameters are:
More information about Talos kernel parameters you can find here: https://www.talos.dev/v1.7/reference/kernel/
Network configuration for your server will be automatically injected by our systems.
Classic nic names vs predictable nic names
The kernel parameter net.ifnames=0
will disable predictable network interface names and revert to classic names like eth0
, eth1
, etc.
Example Talos OS 1.7.7 Vanilla Request Body
Request body
Example Talos OS 1.7.7 Factory Request Body
Request body
Note: When installing Talos, note that it relies on an external site. If the external site is down, installation cannot proceed.
Last updated