From 508591659db007a09cdd128c9ee605d94b8f9fd9 Mon Sep 17 00:00:00 2001 From: Scot Wells Date: Thu, 11 Jun 2026 10:45:28 -0500 Subject: [PATCH] docs: cross-link federation docs with edge instance-provisioning architecture Point readers from the federation/control-plane docs to the unikraft-provider doc covering how edge locations turn Instances into running unikernels. Co-Authored-By: Claude Fable 5 --- docs/compute/development/rfcs/workloads/README.md | 2 ++ docs/enhancements/federated-deployment-scheduling.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/compute/development/rfcs/workloads/README.md b/docs/compute/development/rfcs/workloads/README.md index 8d7ab8a9..0ec00225 100644 --- a/docs/compute/development/rfcs/workloads/README.md +++ b/docs/compute/development/rfcs/workloads/README.md @@ -653,6 +653,8 @@ sequenceDiagram WorkloadDeploymentScheduler-->>Controller: Return (no requeue) ``` +Once a `WorkloadDeployment` is assigned a location, the compute operator at that location creates the individual Instances. How an edge location turns these Instances into running unikernels — host assignment, networking, and boot via Kraftlet — is documented in [Instance Provisioning via Kraftlet](https://github.com/datum-cloud/unikraft-provider/blob/main/docs/enhancements/instance-provisioning.md) in the unikraft-provider repository. + ## Production Readiness Review Questionnaire