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

Manage webhook cert internally #232

Closed
Tracked by #222
alculquicondor opened this issue Apr 26, 2022 · 1 comment · Fixed by #265
Closed
Tracked by #222

Manage webhook cert internally #232

alculquicondor opened this issue Apr 26, 2022 · 1 comment · Fixed by #265
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@alculquicondor
Copy link
Contributor

What would you like to be added:

#220 introduced a dependency on cert-manager.io to handle the certificates, as recommended by kubebuilder docs. It's useful to have our own certificate issuer internally.

Here is how HNC sets them up https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/e3937b351d8cdc629f1063228236dd80413affe8/cmd/manager/main.go#L105

Why is this needed:

This simplifies deployment of kueue. cert-manager.io is a big dependency that we should try to avoid.

@alculquicondor alculquicondor added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 26, 2022
@kerthcet
Copy link
Contributor

kerthcet commented May 17, 2022

I'm eager for this feature for some poc purposes, so I'd like to take a look first.
/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants