Skip to content

Tailscale daemon causing runner to hang on teardown #163

@DuckThom

Description

@DuckThom

Issue

When a runner is done (successful or not) while tailscaled is running, the Action hangs indefinitely untill either killed by a timeout or when a cancel action takes place.

Workaround / Fix

For now, I've added a step in my workflow to disconnect from TS manually and kill the tailscaled process

      - name: Teardown
        if: always()
        run: |
          sudo -E tailscale down 
          sudo -E killall tailscaled 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions