Document the working dual-host deployment and e2e smoke flow, and make quick undeploy remove legacy Kind clusters so the documented commands match the current VM setup.
The Kind role now checks port conflicts before cluster creation. If a deployment fails early, free the reported ports or remove old containers/clusters on the target host.
If deployment fails before Kind cluster creation, old clusters or containers still own NodePort mappings. Remove stale Kind clusters on target hosts, then retry.
### SRM or another component stays in `FAILED - RETRYING`
### Deployment succeeds but a component is slow
Read pod status with fetched kubeconfig:
`FAILED - RETRYING` during readiness checks is normal if the task later ends with `ok`.