We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When enabling the fake event generator in an PSP enabled custer, the POD cannot be create:
Error creating: pods "falco-event-generator-6f48d99f6f-" is forbidden: unable to validate against any pod security policy: []
How to reproduce it
Deploy the falco helm chart the --set fakeEventGenerator.enabled=true in an PSP-enabled k8s cluster.
--set fakeEventGenerator.enabled=true
Expected behaviour
The POD gets scheduled.
Screenshots
Environment
k8s 1.18.8 with PSPs enabled helm v3.3.4 falco helm chart master branch
Additional context
The text was updated successfully, but these errors were encountered:
Add PSP support to fake event generator
6e6fac6
Fixes falcosecurity#128 Signed-off-by: Christian Zunker <christian.zunker@codecentric.cloud>
1401378
dfb9a27
971f5e1
Fixes #128 Signed-off-by: Christian Zunker <christian.zunker@codecentric.cloud>
Successfully merging a pull request may close this issue.
Describe the bug
When enabling the fake event generator in an PSP enabled custer, the POD cannot be create:
How to reproduce it
Deploy the falco helm chart the
--set fakeEventGenerator.enabled=true
in an PSP-enabled k8s cluster.Expected behaviour
The POD gets scheduled.
Screenshots
Environment
k8s 1.18.8 with PSPs enabled
helm v3.3.4
falco helm chart master branch
Additional context
The text was updated successfully, but these errors were encountered: