-
Notifications
You must be signed in to change notification settings - Fork 113
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
seccomp profiles failing to install with "Too long" error #2477
Comments
Is is possible to post an example? What makes the profile so large? Are there any duplicated syscalls which you see in the profile? Thanks |
Hi @ccojocar, sure, I'll upload an example here... there are indeed a lot of duplicated syscalls, although all of the generated profiles have been like that. I assumed that was just a side effect of the merging : ) Here's the
And here's one of the larger resulting seccomp profiles: |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What happened:
After concluding some seccomp
ProfileRecording
s, two of the profiles failed to install; one has an empty status and the other is stuck inTerminating
:The following errors are seen in the spod logs, indicating that the annotations could not be updated for these profiles:
What you expected to happen:
All profiles to be in
Installed
state.How to reproduce it (as minimally and precisely as possible):
Run profile recordings long enough (~3 days in this case) to generate
seccompprofile
objects whose JSON representations are longer than 262144 bytes. Although interestingly, we also have some other SPs longer than that which did install without issue and did not generate this error.Anything else we need to know?:
Environment:
cat /etc/os-release
): Amazon Linux 2uname -a
): 5.10.217-205.860.amzn2.x86_64The text was updated successfully, but these errors were encountered: