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

Feature: kubefledged-webhook-server as optional component #126

Closed
senthilrch opened this issue Dec 25, 2021 · 0 comments
Closed

Feature: kubefledged-webhook-server as optional component #126

senthilrch opened this issue Dec 25, 2021 · 0 comments
Assignees
Labels
feature New feature
Milestone

Comments

@senthilrch
Copy link
Owner

kubefledged-webhook-server is responsible for validating the ImageCache CR upon creation/updates. It makes use of K8s admission controller (validating webhook admission). K8s api server makes a POST rest api call to the validate endpoint exposed by the webhook server.

However several users have reported that they are very choosy about using validating webhook admission in their environments. So making kubefledged-webhook-server as optional component would be a good design choice. Users requiring the validating functionality can enable it during installation

Default installation will not install the kubefledged-webhook-server

@senthilrch senthilrch added the feature New feature label Dec 25, 2021
@senthilrch senthilrch added this to the v0.9.0 milestone Dec 25, 2021
@senthilrch senthilrch self-assigned this Dec 25, 2021
@senthilrch senthilrch changed the title kubefledged-webhook-server as optional component Feature: kubefledged-webhook-server as optional component Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant