Skip to content

rune restart / stop

Scales the service to 0, waits, then scales back to its previous scale.

Terminal window
rune restart api
rune restart api --no-wait
rune restart api --timeout=15m
FlagDefaultNotes
-n, --namespacefrom contextService namespace.
--waittrueBlock until restart completes.
--no-waitfalseDetach.
--timeout10mWait timeout.

Use after rotating a secret, updating a configmap, or anything else that requires a fresh process. Mounted secrets/configs do not hot-reload.

Scales to 0 but keeps the spec. Restore later with rune scale <name> N or rune cast.

Terminal window
rune stop api
rune stop api --no-wait
FlagDefaultNotes
-n, --namespacefrom contextService namespace.
--waittrueBlock until fully stopped.
--no-waitfalseDetach.
--timeout5mWait timeout.

To remove the spec entirely, use rune delete.