Skip to content

Commit

Permalink
docs: fix port count for DHCP proxy
Browse files Browse the repository at this point in the history
Missed in 8820a2b.

Signed-off-by: Daniel Höxtermann <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
hxtmdev authored and smira committed Sep 7, 2023
1 parent 891edce commit 42685a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/v0.6/Getting Started/prereq-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/v0.6/Overview/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 42685a8

Please sign in to comment.