From 4961d6867cadab5e8b48e73355b23b91d36f70b4 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 20 Jan 2022 22:22:13 +0300 Subject: [PATCH] docs: drop talos.interface kernel arg It's not supported in recent Talos. Signed-off-by: Andrey Smirnov --- website/content/docs/v0.11/Reference/kernel.md | 14 +------------- website/content/docs/v0.12/Reference/kernel.md | 14 +------------- website/content/docs/v0.13/Reference/kernel.md | 14 +------------- website/content/docs/v0.14/Reference/kernel.md | 10 ---------- website/content/docs/v0.15/Reference/kernel.md | 10 ---------- 5 files changed, 3 insertions(+), 59 deletions(-) diff --git a/website/content/docs/v0.11/Reference/kernel.md b/website/content/docs/v0.11/Reference/kernel.md index de2285852a..65192d7a5d 100644 --- a/website/content/docs/v0.11/Reference/kernel.md +++ b/website/content/docs/v0.11/Reference/kernel.md @@ -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. @@ -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. diff --git a/website/content/docs/v0.12/Reference/kernel.md b/website/content/docs/v0.12/Reference/kernel.md index de2285852a..65192d7a5d 100644 --- a/website/content/docs/v0.12/Reference/kernel.md +++ b/website/content/docs/v0.12/Reference/kernel.md @@ -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. @@ -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. diff --git a/website/content/docs/v0.13/Reference/kernel.md b/website/content/docs/v0.13/Reference/kernel.md index de2285852a..65192d7a5d 100644 --- a/website/content/docs/v0.13/Reference/kernel.md +++ b/website/content/docs/v0.13/Reference/kernel.md @@ -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. @@ -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. diff --git a/website/content/docs/v0.14/Reference/kernel.md b/website/content/docs/v0.14/Reference/kernel.md index 9dc65d0baf..ec8840ccf6 100644 --- a/website/content/docs/v0.14/Reference/kernel.md +++ b/website/content/docs/v0.14/Reference/kernel.md @@ -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. diff --git a/website/content/docs/v0.15/Reference/kernel.md b/website/content/docs/v0.15/Reference/kernel.md index 31f469e5fe..ec78d13b26 100644 --- a/website/content/docs/v0.15/Reference/kernel.md +++ b/website/content/docs/v0.15/Reference/kernel.md @@ -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.