From c656a41d91ecdfe35572a2f0b49739d9ff073594 Mon Sep 17 00:00:00 2001 From: Stefan Catargiu <13122921+5kt@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:27:00 +0000 Subject: [PATCH] Small addition to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 479f4cc9..cbab3e83 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The Boot Operator is a Kubernetes controller designed to streamline the manageme ## HTTP Server Endpoints - `/ignition/{UUID}`: Matches an `HTTPBootConfig` using the provided `{UUID}` (Spec.systemUUID) and serves the associated ignition content. -- `/httpboot`: Identifies the corresponding `HTTPBootConfig` based on the requester's system IP (Spec.SystemIP). It then returns the customized UKIURL associated with the `HTTPBootConfig`. +- `/httpboot`: Identifies the corresponding `HTTPBootConfig` based on the requester's system IP (Spec.SystemIP). It then returns the customized UKIURL associated with the `HTTPBootConfig` - nota bene: the webserver providing the UKIs should set the content-type to `application/efi` otherwise certain HTTPBoot clients might reject it. ## Getting Started