Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,6 @@ Responsibilities:
- compute `status.placed` from Bound NodeClaims per provider;
- watch NodeClaims so placement counts update as instances come and go.

The default `kubectl get nodepools` table exposes the `Ready` condition's value
as `STATUS`, followed by strategy, providers, and age. The CRD printer column
reads the condition directly, so `status.conditions` remains the source of truth.
See the [printer-column design](design/nodepool-status-column.md) for the empty
condition and compatibility behavior.

Static spec rules are admission-time CEL validations. Examples: `Weighted`
requires a weight on every provider entry, and AWS provider entries require at
least one region.
Expand Down
46 changes: 0 additions & 46 deletions docs/design/nodepool-status-column.md

This file was deleted.

Loading