-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
- From github action
Run tailscale/github-action@v2
with:
oauth-client-id: ***
oauth-secret: ***
tags: tag:ci
kubeconfig configured for "tailscale-operator-testing"
helm upgrade --install persistent-test ./persistent-test
--namespace testing
--set database.enabled=true
--wait
--timeout=2m
--debug
Error: Kubernetes cluster unreachable: Get "https://tailscale-operator-testing.tail0225ab.ts.net/version": dial tcp: lookup tailscale-operator-testing.tail0225ab.ts.net on 127.0.0.53:53: no such host
This was working earlier today.
- Kubectl with the same command is fine when running from local machine:
tailscale configure kubeconfig tailscale-operator-testing
kubeconfig configured for "tailscale-operator-testing"
helm upgrade --install persistent-test ./persistent-test
--namespace testing
--set database.enabled=true
--wait
--timeout=2m
--debug
Release "persistent-test" has been upgraded. Happy Helming!
NAME: persistent-test
LAST DEPLOYED: Wed Apr 9 17:32:32 2025
NAMESPACE: testing
STATUS: deployed
REVISION: 48
TEST SUITE: None
Metadata
Metadata
Assignees
Labels
No labels