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

Disabling coredns deploy #402

Open
imantaba opened this issue Aug 5, 2024 · 4 comments
Open

Disabling coredns deploy #402

imantaba opened this issue Aug 5, 2024 · 4 comments

Comments

@imantaba
Copy link

imantaba commented Aug 5, 2024

I want to have a config to disable coredns or customize it's deployment.
Like configuring its resources requests and limits.

@vitobotta
Copy link
Owner

That's not currently possible. What is the use case?

@imantaba
Copy link
Author

imantaba commented Aug 6, 2024

For my own case i want to configure resource request and limit on coredns .
When i edit coredns deployment it will be overwrite by k3s service and low memory limit on this deployment cause coredns crash.
To fix this we need to find a way to apply it during hetzner-k3s setup or disable it during setup.
https://docs.k3s.io/installation/packaged-components#disabling-manifests
k3s-io/k3s#5394 (comment)

@vitobotta
Copy link
Owner

I think that disabling CoreDNS would cause problems to the installation of components during the cluster creation, so perhaps it would be better to allow configuring cpu and memory instead of disabling it altogether.

@imantaba
Copy link
Author

imantaba commented Aug 7, 2024

Yes, It will be great.

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