-
Notifications
You must be signed in to change notification settings - Fork 47
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
[tracking bug] CoreDNS Operator #47
Comments
Pulling in the content from @Abhik1998 's issue #40 |
Hello. I would like to work on issues listed here. |
@vanou I will be working upon them. |
@Abhik1998 I understand. Sorry for worrying. |
@Abhik1998 Projects are open to all interested GSoC participants. Only when your proposal is accepted by the organization will you be working on it. |
@eloyekunle you are right but @vanou is not a GSoC participant. |
Yes. I’m not GSoC participant. However, if and only if you don’t finish these issues in GSoC terms, I would like to work on this (if possible). |
I adjusted the branding on this issue. This an open source project and our roadmap is open to all participants (GSoC or otherwise). This particular issue we want to land before GSoC fully begins. This could help cluster-api migrate to the newest CoreDNS release without implementing a specific upgrade process. |
I understand. I'll do my best. |
First, I'll tackle Provide metrics in the kubebuilder-declarative-pattern library . |
Now I'm working on 2nd issue, and after I finish it, I would like to tackle 1st issue(Implement CoreDNS operator smoke test). |
(Replying to this message on #36 )
Hi @somtochiama . Sorry for late reply. I'm working on Provide metrics in the kubebuilder-declarative-pattern library. However my colleague @longkb working on #46 related to Integrate Kustomize with kubebuilder-declarative-pattern left company at end of this March and I was delegated access to this PR from him. Now there is two options for us:
Which one is better for you. And sorry for annoying you. If you reply to this, it is thankful for me. |
Any way, currently I’m working on Provide metrics in the kubebuilder-declarative-pattern library, currently, I unassign me from #36. Sorry. |
@somtochiama OK. And sorry for I haven't unassigned me from #36 , now I have. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
What's the current status of this, does anyone know that? Some issues related to this topic are described in top of this PR.
Mainly, related PRs are merged, but I'm not sure whether can I close or not. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
CoreDNS Operator aims to manage the lifecycle of the CoreDNS installation in the cluster. It is concerned with the installation, updating, and configuration of CoreDNS.
Project Goal
Define the set of milestones and criteria for productionizing the CoreDNS operator. The current operator is a proof of concept of the add-on library. The goal of the alpha operator is to provide a minimal feature set that is manageable, predictable, and reliable in a production environment.
Implementing and validating various scenarios like creation, deletion, configuration change, etc.
This work will require adding multiple versions to the CoreDNS version directory.
A user should be able to emit metrics on the Prometheus metrics endpoint. Metrics should be written to the controller-runtime Prometheus Registry.
Finish and share design doc.
Rolling update for Configs should use hashed names (kustomize supports this) Issue
The text was updated successfully, but these errors were encountered: