Pause and resume
The Operator pauses an instance when
spec.podAnnotations["buf.red/pause-timestamp"] is non-empty. Pausing reduces
managed workload replicas to zero and makes the instance unavailable.
Safety requirements
- Stop clients and writes before pausing.
- Use persistent storage if data must survive Pod deletion.
- A pause is not a backup. Complete external data protection first.
- Do not pause during scaling, rebalancing, upgrade, certificate rotation, or another rolling update.
Pause
The expected phase is Paused. Confirm that the managed Pods have terminated:
Resume
Remove the map entry with a JSON merge patch:
Wait for Ready, verify all expected members and Cluster slots or the current
primary, and then reconnect applications.