Sylvain Rabot
Sylvain Rabot
> We found that the tailscale action is "reporting ready" to quickly. It waits for `tailscale status` to return ok, but it takes another ~10s until DNS becomes available. So...
@lukeramsden I'm glad someone is having the issue at the same time as me. My hypothesis: - flaky github network. - nearest github actions DERP servers overloaded.
It's a bit hackish but less dumb than a sleep: https://github.com/sylr/tailscale-github-action/commit/338b779780551d54da6998c6e46948983434dae2
I've forked the github action and added this at the end: ``` timeout --verbose --kill-after=1s ${TIMEOUT} sudo -E bash -c 'while tailscale dns query google.com. a | grep "failed to...
Has anyone else tried to ring tailscale support about this ? I've sent 2 mails without response.
Hi @mr-karan, would you have time to look at this ? Regards.
@mr-karan ?
Can someone merge this ?
@PettitWesley could you review this ?
Hi @msvechla, thank you for working on this. I am wondering if you could include the version of the provider in the documentation url ? e.g.: https://registry.terraform.io/providers/hashicorp/aws/6.7.0/docs/data-sources/instance Cheers.