security-profiles-operator
security-profiles-operator copied to clipboard
[Question] Disable webhook deployment
I'm sorry if i put the query on this section
What the impact if we disable webhook deployment?, if we only use seccomp feature (for now) for the profile distribution only without profilebinding, etc.? is it safe?, I tried locally, i still could create/delete the seccompprofile.
Thanks
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle stale - Close this issue with
/close - Offer to help out with Issue Triage
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:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle rotten - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
It should work if you plan to only install the profile but don't do any recording. Also there is an option to disable the dynamic webhook created by the operator and deploy a static webhook via the deployment. You can have a look at https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/deploy/webhook-operator.yaml. Thanks
Thank you @ccojocar!