-
Notifications
You must be signed in to change notification settings - Fork 224
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
nodeclassreadiness in nodepool status #825
Conversation
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sadath-12 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
dup of #818 since I discarded those commits by miss . luckily had the backup of the code and pushed in this new branch |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
PR needs rebase. 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. |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
@sadath-12 Take a look at this controller and give your thoughts: https://github.com/jonathan-innis/karpenter/blob/requeue-on-gvk/pkg/controllers/state/informer/nodeclassref.go. This is my basic idea around throwing all updates for any NodeClass updates that we get into a global channel that can be watched-on by any controller that cares. I implemented the watch for the disruption controller here: https://github.com/jonathan-innis/karpenter/blob/requeue-on-gvk/pkg/controllers/nodeclaim/disruption/controller.go#L133 but you could imagine how this might extend to trigger requeues on the NodePool controller for Readiness updates. |
Ya seems like a good way to do it . So are you getting the informer merged ? @jonathan-innis |
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
PR is blocked by support for requiring |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/lifecycle freeze |
@engedaam Should have some thoughts around this PR. He was looking to leverage some of the work that he has been doing around the |
/assign @engedaam |
Closing out this PR. Better to open a new PR, as it needs to be rebased /close |
@engedaam: Closed this PR. 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. |
Fixes #493 (nodeclass part)
Description
Users can inspect there nodeclass readiness in the status conditions of nodepool
How was this change tested?
make verify
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.