docs: cross-link federation docs with edge instance-provisioning architecture#157
Open
scotwells wants to merge 1 commit into
Open
docs: cross-link federation docs with edge instance-provisioning architecture#157scotwells wants to merge 1 commit into
scotwells wants to merge 1 commit into
Conversation
…itecture 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 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this gives readers
Someone reading the compute architecture docs today can follow a Workload all the way to "the POP cell creates Instances" — and then the trail goes cold. The edge half of the story (how a created Instance becomes a booted unikernel: host assignment, networking, Kraftlet) lives in the unikraft-provider repo, with no pointer from here. This PR adds cross-links at the exact spots where the federation docs hand off to the edge, so readers can continue into Instance Provisioning via Kraftlet without knowing in advance which repo holds it.
Changes
docs/enhancements/federated-deployment-scheduling.md— two prose links: one after the Creation Path sequence diagram (where the POP cell steps are summarized), one at the end of theWorkloadDeploymentReconcilersection (where Instance materialization is described).docs/compute/development/rfcs/workloads/README.md— one link at the end of the Control Loops section, after the Workload Scheduler diagram, covering what happens once aWorkloadDeploymentis assigned a location.No generated API references (
docs/api/) were touched.Merge ordering
The linked doc lands with datum-cloud/unikraft-provider#9 — merge this PR after that one, since the links 404 until it merges.
🤖 Generated with Claude Code