Skip to content

Commit

Permalink
chore: fix kernel reference errata
Browse files Browse the repository at this point in the history
Fix kernel `ip=` errata

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Feb 22, 2022
1 parent 743a030 commit 1800b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/v0.14/Reference/kernel.md
Expand Up @@ -36,7 +36,7 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
Talos will use the configuration supplied via the kernel parameter as the initial network configuration.
This parameter is useful in the environments where DHCP doesn't provide IP addresses or when default DNS and NTP servers should be overridden
before loading machine configuration.
Partial configuration can be applied as well, e.g. `ip=<:::::::<dns0-ip>:<dns1-ip>:<ntp0-ip>` sets only the DHCP and DNS servers.
Partial configuration can be applied as well, e.g. `ip=<:::::::<dns0-ip>:<dns1-ip>:<ntp0-ip>` sets only the DNS and NTP servers.
#### `panic`

The amount of time to wait after a panic before a reboot is issued.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.15/Reference/kernel.md
Expand Up @@ -36,7 +36,7 @@ Several of these are enforced by the Kernel Self Protection Project [KSPP](https
Talos will use the configuration supplied via the kernel parameter as the initial network configuration.
This parameter is useful in the environments where DHCP doesn't provide IP addresses or when default DNS and NTP servers should be overridden
before loading machine configuration.
Partial configuration can be applied as well, e.g. `ip=<:::::::<dns0-ip>:<dns1-ip>:<ntp0-ip>` sets only the DHCP and DNS servers.
Partial configuration can be applied as well, e.g. `ip=<:::::::<dns0-ip>:<dns1-ip>:<ntp0-ip>` sets only the DNS and NTP servers.

IPv6 addresses can be specified by enclosing them in the square brackets, e.g. `ip=[2001:db8::a]:[2001:db8::b]:[fe80::1]::master1:eth1::[2001:4860:4860::6464]:[2001:4860:4860::64]:[2001:4860:4806::]`.

Expand Down

0 comments on commit 1800b4c

Please sign in to comment.