Skip to content

Commit 4961d68

Browse files
committed
docs: drop talos.interface kernel arg
It's not supported in recent Talos. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent b1e61fa commit 4961d68

File tree

5 files changed

+3
-59
lines changed

5 files changed

+3
-59
lines changed

website/content/docs/v0.11/Reference/kernel.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
7575
Unless specifically required, the machine configuration should be used
7676
instead.
7777

78-
#### `talos.interface`
79-
80-
The network interface to use for pre-configuration booting.
81-
82-
If the node has multiple network interfaces, you may specify which interface
83-
to use by setting this option.
84-
85-
Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
86-
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.
87-
8878
#### `talos.shutdown`
8979

9080
The type of shutdown to use when Talos is told to shutdown.
@@ -101,7 +91,5 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
10191
configure each network interface by DHCP.
10292
If there are many network interfaces on the machine which have link but no
10393
DHCP server, this can add significant boot delays.
104-
105-
This option may be specified multiple times for multiple network interfaces.
106-
10794

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

website/content/docs/v0.12/Reference/kernel.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
7575
Unless specifically required, the machine configuration should be used
7676
instead.
7777

78-
#### `talos.interface`
79-
80-
The network interface to use for pre-configuration booting.
81-
82-
If the node has multiple network interfaces, you may specify which interface
83-
to use by setting this option.
84-
85-
Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
86-
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.
87-
8878
#### `talos.shutdown`
8979

9080
The type of shutdown to use when Talos is told to shutdown.
@@ -101,7 +91,5 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
10191
configure each network interface by DHCP.
10292
If there are many network interfaces on the machine which have link but no
10393
DHCP server, this can add significant boot delays.
104-
105-
This option may be specified multiple times for multiple network interfaces.
106-
10794

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

website/content/docs/v0.13/Reference/kernel.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
7575
Unless specifically required, the machine configuration should be used
7676
instead.
7777

78-
#### `talos.interface`
79-
80-
The network interface to use for pre-configuration booting.
81-
82-
If the node has multiple network interfaces, you may specify which interface
83-
to use by setting this option.
84-
85-
Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
86-
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.
87-
8878
#### `talos.shutdown`
8979

9080
The type of shutdown to use when Talos is told to shutdown.
@@ -101,7 +91,5 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
10191
configure each network interface by DHCP.
10292
If there are many network interfaces on the machine which have link but no
10393
DHCP server, this can add significant boot delays.
104-
105-
This option may be specified multiple times for multiple network interfaces.
106-
10794

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

website/content/docs/v0.14/Reference/kernel.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
8787
Unless specifically required, the machine configuration should be used
8888
instead.
8989

90-
#### `talos.interface`
91-
92-
The network interface to use for pre-configuration booting.
93-
94-
If the node has multiple network interfaces, you may specify which interface
95-
to use by setting this option.
96-
97-
Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
98-
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.
99-
10090
#### `talos.shutdown`
10191

10292
The type of shutdown to use when Talos is told to shutdown.

website/content/docs/v0.15/Reference/kernel.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,6 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
8787
Unless specifically required, the machine configuration should be used
8888
instead.
8989

90-
#### `talos.interface`
91-
92-
The network interface to use for pre-configuration booting.
93-
94-
If the node has multiple network interfaces, you may specify which interface
95-
to use by setting this option.
96-
97-
Keep in mind that Talos uses indexed interface names (eth0, eth1, etc) and not
98-
"predictable" interface names (enp2s0) or BIOS-enumerated (eno1) names.
99-
10090
#### `talos.shutdown`
10191

10292
The type of shutdown to use when Talos is told to shutdown.

0 commit comments

Comments
 (0)