[enhancement] Webhook supports pod filtering
Open
enhancement
- Dominant language
- Java
- Stars
- 122
- Forks
- 46
- Avg merge
- 11h 56m
- Merged PRs (30d)
- 9
Description
Currently, there are not very strict filtering rules in ozhera-webhook-server, which may potentially intercept unwanted pods, leading to some unexpected issues. For instance, during the deployment of ozhera-namespace, there are certain internal OzHera services that should not be intercepted by ozhera-webhook-server. If ozhera-webhook-server itself is also intercepted, it may result in the failure of ozhera-webhook-server startup.
We will optimize the webhook to support interception based on conditions such as namespace, pod name prefix, volumeMounts, etc.
Contributor guide
Assessment
This issue has not been assessed yet.