Closed NicolasTobias closed 1 month ago
Forgot to add that i also added the credentials as secret
kubectl create secret generic tunnel-credentials -n cloudflare --from-file=/Users/me/.cloudflared/22480a22-c09b-42b3-b79a-07c8059227a6.json
Closing:
Problem was not picking up credentials file, missing the credentials.json
part:
kubectl create secret generic tunnel-credentials -n cloudflared --from-file=credentials.json=/Users/me/.cloudflared/22480a22-c09b-42b3-b79a-07c8059227a6.json
Describe the bug Downloaded latest version of cloudflare tunnel and is unable to start the tunnel
To Reproduce Steps to reproduce the behavior:
Use this values file
If it's an issue with Cloudflare Tunnel:
Expected behavior Tunnel should work and get connected
Environment and versions
Logs and errors
Additional context Tried used a deployment.yaml manifest and a helm one, no luck. Downgraded version and still affected. Deleted whole namespace, same behavior.