Update Kubernetes sample manifests from Helm chart 3.208.1#36566
Draft
vitkyrka wants to merge 4 commits into
Draft
Update Kubernetes sample manifests from Helm chart 3.208.1#36566vitkyrka wants to merge 4 commits into
vitkyrka wants to merge 4 commits into
Conversation
Mirrors helm-charts#2634: adds writev, shutdown, and chown syscalls required by system-probe-lite (Rust/hyper). chown is now unconditional (was previously gated on GPU monitoring privileged mode). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tev" This reverts commit 4ccbaeb.
Runs generate.sh against datadog/datadog 3.208.1 (latest). Key change: system-probe seccomp profile now includes chown, shutdown, and writev, required by system-probe-lite (helm-charts#2634). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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?
Regenerates the Kubernetes sample manifest YAML files in `static/resources/yaml/` using the `generate.sh` script against Helm chart 3.208.1. The files were previously generated from 3.96.0.
Generated with:
```bash
cd static/resources/yaml
PATH="$HOME/go/bin:$PATH" bash generate.sh
```
Note: Go yq v4 is required. The system `yq` on this machine is Python-based and incompatible with the script.
Merge instructions
Merge readiness:
Additional notes