Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 20:40
· 0 commits to main since this release

Fixed

  • uninstall no longer stalls for minutes. All package removals are now a single
    non-interactive apt-get (was five separate, lock-contending invocations), and
    every potentially-blocking step (kubeadm reset, systemctl, netplan, apt) is
    bounded by timeout so a wedged step can't hang the whole uninstall. Also
    removes the previously-missed wireguard-tools. Measured ~12s end to end on a
    control-plane node (was minutes).

Security

  • runos uninstall now requires --yes (or an interactive "yes" confirmation)
    before it wipes Kubernetes/etcd and reboots, so a bare invocation can't destroy
    a node by accident. The nodeward UNINSTALL_NODE instruction path is
    unaffected.