Node labels
Architect only schedules onto nodes you opt in with these labels, applied with
kubectl label node <node> <label>=true.
| Label | Value | Applies to | Description |
|---|---|---|---|
architect.loopholelabs.io/node | true | Workload nodes | Nodes where the architectd daemon and your managed workloads run. Required on every node that should run Architect workloads. |
architect.loopholelabs.io/critical-node | true | Always-on nodes | Nodes for the control plane and admission controller. Required on at least one stable node you do not drain, so checkpoint coordination stays available. |
The console calls critical-node nodes "always-on" and node nodes
"ephemeral". The install flow applies these labels
as its first step.