GO-2022-0995: Talos worker join token can be used to get elevated access level to the Talos API in github.com/talos-systems/talos
command
Version:
v0.4.0-alpha.1
Opens a new window with list of versions in this module.
Published: Jan 9, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
networkd
Networkd handles the addressing and interface configuration in Talos.
The general workflow is:
- Discover all network interfaces (
networkd.Discover()
)
- Create an abstract representation of the network interface configuration (
nic.NetworkInterface
)
- Merge userdata configuration options on top of the
nic.NetworkInterface
representation
- Configure the network interfaces based on the abstract representation (
networkd.Configure(...)
)
-
-
- Begin address configuration method (
address.DHCP
, address.Static
)
-
- Create rtnetlink message to set address based on config method
-
- Create rtnetlink message to set any routes defined by the address method
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
pkg
|
|
|
|
networkd
Package networkd handles the network interface configuration on a host.
|
Package networkd handles the network interface configuration on a host. |
nic
Package nic provides a way to describe and configure a network interface.
|
Package nic provides a way to describe and configure a network interface. |
|
|
Click to show internal directories.
Click to hide internal directories.