Document CSI driver as the default SSI injection mode on Kubernetes#38286
Draft
domalessi wants to merge 3 commits into
Draft
Document CSI driver as the default SSI injection mode on Kubernetes#38286domalessi wants to merge 3 commits into
domalessi wants to merge 3 commits into
Conversation
Make CSI-based injection the documented default over init containers, add the CSI mechanism explanation to the injector guide, and complete the Helm/Operator configuration examples. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Preview links (active after the
|
domalessi
commented
Jul 17, 2026
Split a long sentence in the injector guide, align terminology, and use code formatting for init_container mode reference. Co-Authored-By: Claude Opus 4.8 <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 does this PR do? What is the motivation?
Documents CSI driver-based injection as the default SSI injection mode on Kubernetes (previously init containers), in preparation for the default change going live.
Changes:
single-step-apm/kubernetes.md: Markscsias the default mode andinit_containeras the alternative; removes the Preview label. Completes the Helm and Operator config examples so they enable the CSI driver (datadog.csi.enabled/global.csi.enabled) alongsideinjectionMode: csi. Addsautoto the per-pod annotation values. Adds a GKE Autopilot caveat.tracing/guide/injectors.md: Adds the CSI mechanism explanation (per-node DaemonSet, download-once-and-cache) to the Kubernetes section as the conceptual home. Flips the default-delivery statement to CSI, and fixes two spots that assumed init-container mode.Internal-only material from the source doc (competitive positioning, customer case study) was intentionally excluded.
injectionMode: The source material specifies 1.28.0, but the existing docs said 1.25.0. I used 1.28.0 in this PR (two locations inkubernetes.md). Please confirm the correct minimum.csiinjection mode is not compatible with GKE Autopilot. Note thatcontainers/kubernetes/csi_driver.mddocuments the CSI driver as supported on GKE Autopilot. I've documented this as: the driver can be installed on Autopilot, butcsiinjection mode is not supported there (useinit_container). Please confirm this distinction is accurate.Merge instructions
Merge readiness:
Note: This should merge in step with the CSI-as-default change going live.
Additional notes