Skip to content

Instantly share code, notes, and snippets.

View Karman580's full-sized avatar

KARMAN SINGH TALWAR Karman580

View GitHub Profile
@Karman580
Karman580 / nrc-stale-bootstrap-annotation-repro.md
Created May 15, 2026 10:33
NRC: Stale bootstrap completion annotation after rule deletion bypasses evaluation on recreate (issue #247)

NRC: Stale Bootstrap Completion Annotation After Rule Deletion Bypasses Evaluation on Recreate

Linked issue

kubernetes-sigs/node-readiness-controller#247

Background

When a bootstrap-only NodeReadinessRule completes, it writes a per-node annotation:

@Karman580
Karman580 / nrc-bootstrap-cold-start-race-repro.md
Last active May 15, 2026 09:50
node-readiness-controller: bootstrap-only taint bypass during controller cold start (repro + analysis)

bootstrap-only taint enforcement bypassed during controller cold start

Issue: kubernetes-sigs/node-readiness-controller#253 Proposed fix: kubernetes-sigs/node-readiness-controller#254


Background

I noticed this while testing repeated controller restarts against a kind cluster with pre-existing bootstrap-only rules. Each restart, the worker node ended up with no taint and no bootstrap-completion annotation — the gate was open but nothing in the logs or status indicated why.