Skip to content

Pull requests: kubernetes-sigs/node-readiness-controller

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

CI: Output test coverprofile to Artifacts tab in Prow cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
#257 opened May 15, 2026 by vitorfloriano Contributor Loading…
ci: remove Tests workflow cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
#255 opened May 14, 2026 by vitorfloriano Contributor Draft
fix: pre-populate rule cache on first NodeReconciler pass to prevent bootstrap-only taint bypass cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#254 opened May 14, 2026 by Karman580 Loading…
2 tasks done
fix: webhook fails closed when rule listing errors cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
#252 opened May 14, 2026 by dorodb-web22 Loading…
cleanup: remove dead cleanupNodesAfterSelectorChange code path cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#250 opened May 14, 2026 by dorodb-web22 Loading…
fix: remove bootstrap annotations from nodes when a bootstrap-only rule is deleted cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#248 opened May 13, 2026 by Karman580 Loading…
2 tasks done
webhook: detect matchExpression selector overlaps cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#246 opened May 13, 2026 by sahitya-chandra Contributor Loading…
3 tasks done
fix: add rule label to node_readiness_evaluation_duration_seconds metric cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
#244 opened May 13, 2026 by Shreya2005-2005 Contributor Loading…
2 tasks done
feat(metrics): add NodesByState, ReconciliationLatency, and BootstrapDuration metrics cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
#238 opened May 10, 2026 by Shreya2005-2005 Contributor Loading…
fix:return evaluation errors from processAllNodesForRule cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
#237 opened May 10, 2026 by dorodb-web22 Loading…
2 tasks done
fix: cleanup taints after node selector mismatch cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#236 opened May 10, 2026 by sahitya-chandra Contributor Loading…
2 tasks done
fix(controller): handle long rule names in bootstrap annotation keys cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#224 opened May 7, 2026 by vishnukothakapu Loading…
2 tasks done
fix: increment metrics.Failures counter on node reconciler evaluation error cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
#219 opened May 6, 2026 by mohanakatari119-bit Loading…
fix: skip NodeEvaluation upsert when evaluation did not run cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#218 opened May 6, 2026 by sahitya-chandra Contributor Loading…
2 tasks done
fix: data race in rule cache and stale failedNodes on recovery cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
#209 opened May 4, 2026 by Kayd-06 Loading…
2 tasks done
Fix re-taint in bootstrap-only mode when annotation fails cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#208 opened May 4, 2026 by rawadhossain Contributor Loading…
2 tasks done
Remove stale failedNodes entries for deleted nodes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#204 opened May 4, 2026 by rawadhossain Contributor Loading…
2 tasks done
Adds an automated self-healing remediation example using NPD, Node Readiness Controller and Descheduler. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
#201 opened May 4, 2026 by Prtm2110 Loading…
2 tasks done
ci: fix lint issues for golangci-lint v2.12.1 cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
#199 opened May 3, 2026 by rawadhossain Contributor Loading…
2 tasks done
✨ Add metrics and scale test cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
#185 opened Apr 15, 2026 by Karthik-K-N Contributor Loading…
2 tasks done
Add helm chart cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
#163 opened Mar 12, 2026 by honghainguyen777 Loading…
5 tasks done
feat: add npd-prober example showing NPD + NRC integration for node readiness cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
#159 opened Mar 10, 2026 by santoshkal Loading…
3 tasks done
use release artifacts for e2e tests approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
#152 opened Mar 5, 2026 by ajaysundark Contributor Loading…
2 tasks done
feat/static-pod-initialization (#125) cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
#142 opened Feb 28, 2026 by GGh41th Contributor Loading…
✨ Add nodereadinessrulereport CRD and controller cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
#133 opened Feb 20, 2026 by Karthik-K-N Contributor Loading…
2 tasks
ProTip! Exclude everything labeled bug with -label:bug.