ozhera icon indicating copy to clipboard operation
ozhera copied to clipboard

[enhancement] Webhook supports pod filtering

Open sadadw1 opened this issue 1 year ago • 0 comments

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.

sadadw1 avatar Dec 22 '23 09:12 sadadw1