ako_restart
Restart the AKO pod to recover from stuck states or apply configuration changes. Deletes the pod so the StatefulSet recreates it; confirmation required for execution.
Instructions
[WRITE] Restart the AKO pod by deleting it — its StatefulSet recreates it.
Returns a one-line result. Use when AKO is stuck or after config changes; brief traffic disruption is possible. Run ako_status afterwards, and ako_logs if the pod is not Running.
SAFETY: requires confirmed=True; without it you get a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | K8s context name (optional). | |
| confirmed | No | false (the default) returns a preview and changes nothing; true deletes the AKO pod. The StatefulSet recreates it, so this is a restart rather than a removal, but ingress programming pauses until the new pod is Running and brief traffic disruption is possible. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |