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

Selective CRD support #90

Open
rothgar opened this issue Oct 15, 2024 · 1 comment
Open

Selective CRD support #90

rothgar opened this issue Oct 15, 2024 · 1 comment

Comments

@rothgar
Copy link

rothgar commented Oct 15, 2024

Would it be possible to implement selective CRDs for some of the services that are more commonly deployed to a Kubernetes cluster? Things like cert manager and external DNS.

Both of them require multiple CRDs for configuration storage, but I'm not sure how difficult it would be to implement them as part of the k2d API translator.

@deviantony
Copy link
Member

deviantony commented Nov 9, 2024

I haven't looked at this properly but from the top of my head this would be pretty hard to implement with the current translation layer - I believe that we'd need to isolate which properties that are available via the CRDs should be translated on a 1 to 1 basis.

It kinda defeats the flexibility that is provided by the CRD concept as it is likely that we won't be able to support all the options without a lot of maintenance and testing.

But I understand the need and I'm open to suggestions on this side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants