Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS issue when using tailscale #51

Open
asaif opened this issue Dec 29, 2022 · 3 comments
Open

DNS issue when using tailscale #51

asaif opened this issue Dec 29, 2022 · 3 comments

Comments

@asaif
Copy link

asaif commented Dec 29, 2022

Issue
Github actions used tailscale with option ( DNS override activated on Admin) Failed to resolve any public DNS
like google.com for example.

Example from a Github action
Auth successfully on Tailscale
image

Then cannot resolve
image

Expected behaviour
After connecting to tailscale Github Action runner should be able to resolve DNS without issue.

@DentonGentry
Copy link
Contributor

The next step is "Set up Helm", is the runner self-hosted in Kubernetes?

@asaif
Copy link
Author

asaif commented Dec 29, 2022

No, it's on the normal Github runners we do install helm packages on the runner
then use them to push our code to a private Kubernetes

@jkimbo
Copy link

jkimbo commented Apr 5, 2023

I came across this issue today and setting the tailscale version to the latest one fixed it for me (for some reason it was defaulting to version 1.14.0):

  - name: Tailscale
    uses: tailscale/github-action@v1
    with:
      authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
      version: '1.38.3'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants