Support driver pod workload identity#257
Closed
ghuang0 wants to merge 11 commits into
Closed
Conversation
Keep test and coverage generation in the fork, but stop uploading reports to Codecov because no upload token or OIDC trust is configured. This prevents a successful test run from failing during external publishing.
…pload ci: skip unavailable Codecov upload
Stop sourcing image targets and tag generation from the shared build-scripts submodule. Keep the existing image build contract local so subsequent toolchain changes can evolve without requiring an upstream fork.
build: move image tooling into the repository
Make the container command configurable across artifact builds and image operations while preserving Docker as the default. Document how developers can select Podman without changing existing CI behavior.
…ol-2 build: support Podman as a container engine
Make image builds local-only and move authenticated publishing into explicit push helpers. Add short-lived ACR and ECR authentication for local publishing from developer laptops.
…ol-3 build: separate image construction from registry pushes
Build Rust artifacts and container images for linux/amd64 so ARM64 developer machines produce images compatible with x86 Kubernetes nodes. Isolate Cargo output by architecture and download the matching kubectl binary.
…ol-4 build: target AMD64 container images
Allow simulations to select the driver's service account and attach pod labels so workload identity integrations can authenticate without static credentials. Add skctl flags, propagate the fields through generated Jobs, and refresh the CRDs and documentation.
Contributor
Updating Kubernetes DAG...Please wait until the job has finished. |
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.
Summary
skctl runand regenerate the CRDsdriver.secretsfor environment variable injectionMotivation
Driver pods need a first-class way to select a Kubernetes service account and
set identity-related labels. Without these fields, generated driver Jobs cannot
use pod-label-based workload identity integrations when reading remote traces.
Validation
cargo +1.95.0 clippy -- -Dwarnings -Aclippy::new_without_defaultcargo +1.95.0 test -p sk-ctrl -p skctlgit diff --check