From 42685a8c1c4500bee736edd97958cb8b656533e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B6xtermann?= Date: Thu, 7 Sep 2023 14:17:11 +0200 Subject: [PATCH] docs: fix port count for DHCP proxy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed in 8820a2b. Signed-off-by: Daniel Höxtermann Signed-off-by: Andrey Smirnov --- website/content/v0.6/Getting Started/prereq-kubernetes.md | 2 +- website/content/v0.6/Overview/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/v0.6/Getting Started/prereq-kubernetes.md b/website/content/v0.6/Getting Started/prereq-kubernetes.md index 1b191f0a..645318b9 100644 --- a/website/content/v0.6/Getting Started/prereq-kubernetes.md +++ b/website/content/v0.6/Getting Started/prereq-kubernetes.md @@ -46,7 +46,7 @@ host. This is _not_ the Docker bridge IP but the standard IP address of the workstation. -Note that there are three ports mentioned in the command above. +Note that there are four ports mentioned in the command above. The first (67) is for DHCP proxy. The second (69) is for TFTP. diff --git a/website/content/v0.6/Overview/installation.md b/website/content/v0.6/Overview/installation.md index a5b929d6..9835c101 100644 --- a/website/content/v0.6/Overview/installation.md +++ b/website/content/v0.6/Overview/installation.md @@ -28,7 +28,7 @@ variables or as variables in the `clusterctl` configuration: - `SIDERO_CONTROLLER_MANAGER_IPMI_PXE_METHOD` (`uefi`): IPMI boot from PXE method: `uefi` for UEFI boot or `bios` for BIOS boot - `SIDERO_CONTROLLER_MANAGER_BOOT_FROM_DISK_METHOD` (`ipxe-exit`): configures the way Sidero forces server to boot from disk when server hits iPXE server after initial install: `ipxe-exit` returns iPXE script with `exit` command, `http-404` returns HTTP 404 Not Found error, `ipxe-sanboot` uses iPXE `sanboot` command to boot from the first hard disk (can be also configured on `ServerClass`/`Server` method) -Sidero provides three endpoints which should be made available to the infrastructure: +Sidero provides four endpoints which should be made available to the infrastructure: - UDP port 67 for the proxy DHCP service (providing PXE boot information to the nodes, but no IPAM) - TCP port 8081 which provides combined iPXE, metadata and gRPC service (external endpoint should be specified as `SIDERO_CONTROLLER_MANAGER_API_ENDPOINT` and `SIDERO_CONTROLLER_MANAGER_API_PORT`)