ERR update check failed error="Get \"https://update.argotunnel.com?arch=arm64&clientVersion=2023.10.

apiVersion: apps/v1 kind: Deployment metadata: name: httpbin-deployment spec: selector: matchLabels: app: httpbin replicas: 2 template: metadata: labels: app: httpbin spec: containers: - name: httpbin image: kong/httpbin:latest ports: - containerPort: 80 --- apiVersion: v1 kind: Service metadata: name: web-service spec: selector: app: httpbin ports: - protocol: TCP port: 80 apiVersion: apps/v1 kind: Deployment metadata: labels: app: cloudflared name: cloudflared-deployment namespace: default spec: replicas: 1 selector: matchLabels: pod: cloudflared template: metadata: creationTimestamp: null labels: pod: cloudflared spec: containers: - command: - cloudflared - tunnel # In a k8s environment, the metrics server needs to listen outside the pod it runs on. # The address 0.0.0.0:2000 allows any pod in the namespace. - --metrics - 0.0.0.0:2000 - run args: - --token - image: cloudflare/cloudflared:latest name: cloudflared livenessProbe: httpGet: # Cloudflared has a /ready endpoint which returns 200 if and only if # it has an active connection to the edge. path: /ready port: 2000 failureThreshold: 1 initialDelaySeconds: 10 periodSeconds: 10
No description
4 Replies
Vitor Gomes
Vitor GomesOP12mo ago
Could anyone tell me what I'm doing wrong? I've used it other times in Kubernetes, but I only had this error this time
Tobias
Tobias12mo ago
Looks like an issue with your DNS Or rather with your internet connection in general
Vitor Gomes
Vitor GomesOP11mo ago
Thanks for your help. It's working on k3s before I was testing on microk8s
Vitor Gomes
Vitor GomesOP11mo ago
No description
Want results from more Discord servers?
Add your server