Skip to content
New issue

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

[enhancement] Webhook supports pod filtering #211

Open
sadadw1 opened this issue Dec 22, 2023 · 0 comments
Open

[enhancement] Webhook supports pod filtering #211

sadadw1 opened this issue Dec 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sadadw1
Copy link
Collaborator

sadadw1 commented Dec 22, 2023

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 sadadw1 added the enhancement New feature or request label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant