Skip to content

Commit

Permalink
docs: drop talos.interface kernel arg
Browse files Browse the repository at this point in the history
It's not supported in recent Talos.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 21, 2022
1 parent b1e61fa commit 4961d68
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 59 deletions.
14 changes: 1 addition & 13 deletions website/content/docs/v0.11/Reference/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
Unless specifically required, the machine configuration should be used
instead.

#### `talos.interface`

The network interface to use for pre-configuration booting.

If the node has multiple network interfaces, you may specify which interface
to use by setting this option.

Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.

#### `talos.shutdown`

The type of shutdown to use when Talos is told to shutdown.
Expand All @@ -101,7 +91,5 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
configure each network interface by DHCP.
If there are many network interfaces on the machine which have link but no
DHCP server, this can add significant boot delays.

This option may be specified multiple times for multiple network interfaces.


This option may be specified multiple times for multiple network interfaces.
14 changes: 1 addition & 13 deletions website/content/docs/v0.12/Reference/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
Unless specifically required, the machine configuration should be used
instead.

#### `talos.interface`

The network interface to use for pre-configuration booting.

If the node has multiple network interfaces, you may specify which interface
to use by setting this option.

Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.

#### `talos.shutdown`

The type of shutdown to use when Talos is told to shutdown.
Expand All @@ -101,7 +91,5 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
configure each network interface by DHCP.
If there are many network interfaces on the machine which have link but no
DHCP server, this can add significant boot delays.

This option may be specified multiple times for multiple network interfaces.


This option may be specified multiple times for multiple network interfaces.
14 changes: 1 addition & 13 deletions website/content/docs/v0.13/Reference/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
Unless specifically required, the machine configuration should be used
instead.

#### `talos.interface`

The network interface to use for pre-configuration booting.

If the node has multiple network interfaces, you may specify which interface
to use by setting this option.

Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.

#### `talos.shutdown`

The type of shutdown to use when Talos is told to shutdown.
Expand All @@ -101,7 +91,5 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
configure each network interface by DHCP.
If there are many network interfaces on the machine which have link but no
DHCP server, this can add significant boot delays.

This option may be specified multiple times for multiple network interfaces.


This option may be specified multiple times for multiple network interfaces.
10 changes: 0 additions & 10 deletions website/content/docs/v0.14/Reference/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
Unless specifically required, the machine configuration should be used
instead.

#### `talos.interface`

The network interface to use for pre-configuration booting.

If the node has multiple network interfaces, you may specify which interface
to use by setting this option.

Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.

#### `talos.shutdown`

The type of shutdown to use when Talos is told to shutdown.
Expand Down
10 changes: 0 additions & 10 deletions website/content/docs/v0.15/Reference/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
Unless specifically required, the machine configuration should be used
instead.

#### `talos.interface`

The network interface to use for pre-configuration booting.

If the node has multiple network interfaces, you may specify which interface
to use by setting this option.

Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.

#### `talos.shutdown`

The type of shutdown to use when Talos is told to shutdown.
Expand Down

0 comments on commit 4961d68

Please sign in to comment.