-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Helm: Correct seccompProfile for cilium-agent pods #40476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Makes sense. Does this need to be backported? |
/test |
Note that the documentation needs to be updated. Look at the failing test for the details. |
Fixes: cilium#39289 Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
c773ca2
to
a26c8f5
Compare
I'd expect installations without this patch to fail to run. |
I think I fixed up the doc. |
/test |
gandro
approved these changes
Jul 14, 2025
/test |
23 tasks
10 tasks
5 tasks
This was actually already in 1.18 prior to branching off. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/helm
Impacts helm charts and user deployment experience
backport-done/1.16
The backport for Cilium 1.16.x for this PR is done.
backport-done/1.17
The backport for Cilium 1.17.x for this PR is done.
kind/community-contribution
This was a contribution made by a community member.
release-note/bug
This PR fixes an issue in a previous release of Cilium.
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.
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Fixes: #39289
When kubernetes kubelet is configured with
seccompDefault: true
, thecilium-agent
pods cannot start. TheRuntimeDefault
filter excludes thebpf
syscalls preventing cilium-agent from starting.