feat(orchestrator): add Kubernetes Kata backend for CLH and QEMU - #3572
Draft
leonmeijer wants to merge 1 commit into
Draft
feat(orchestrator): add Kubernetes Kata backend for CLH and QEMU#3572leonmeijer wants to merge 1 commit into
leonmeijer wants to merge 1 commit into
Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Leon Meijer.
|
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
SandboxService,InfoService, and port-5007 proxy backendkata-clhby default andkata-qemuas the operator-controlled fallback throughe2b.runtime-classSafety and phase-one boundary
anyuidso envd can run as UID 0 inside the Kata VMTemplate/build OCI images must already exist and contain
/usr/bin/envd; this change intentionally does not translate the Firecracker artifact format.Validation
go test -race ./pkg/kubernetesserver ./cmd/kubernetes-orchestratorgo vetfor the changed orchestrator/API packagesmake PROVIDER=okd plan OKD_CONTEXT=indentia-apThe live preflight confirms both RuntimeClasses, 7 Ready/schedulable amd64 Kata nodes, required APIs/RBAC, and bind permission for
anyuid. It remainsREADY=falsebecause the worker MachineConfigPool is degraded/updating and there are no current runtime canary Pods.No cluster resource was created, changed, or deployed. Keep this PR in draft until immutable controller/sandbox images exist, the worker pool is stable, and fresh CLH/QEMU end-to-end canaries pass.