seccomp profiles failing to install with "Too long" error #2477
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
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: