Gateway timeout for prometheus, grafana, alertmanager #154
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Similar to @Jeter-work I've deployed cluster-monitoring to three Pi 2Bs and I have issues. I'm posting here because my 404 issue smells similar, and I've got a feeling the 404 is a result of the other symptoms I'm seeing. Any suggestions greatly appreciated. 404sWhen I try and hit any of the ingress URLs I get
I note that when I get a response from
Locked upWhen the deployment eventually finishes I can't get to any of the services. Initially I can get responses from various
but after a little while the CPU like on the master comes on solid and I start to get an error from
or
If I ssh onto the master and run The CPU doesn't look pegged in When I reboot the master node I see
then if I do Does anyone have any ideas? |
Beta Was this translation helpful? Give feedback.
-
Setting up my first kubernetes cluster. k3s on Raspberry Pis running Rocky.
I followed the instructions on the readme, in the k3s section. First manually, loading the manifests 'manually'. Then I used make teardown and redid it with make deploy.
kubectl get ingress -n monitoring shows all three with ..nip.io
The first problem was that my router refused to resolve nip.io. So I changed the DNS on my windows pc to cloudflare public dns. SO it resolved to the local IP and started trying to load.
I've tried them with http, https, without any prefix. I tried them with the ip address directly, so .. I tried in edge. I even tried chromium in the ubuntu vm I use for ansible. All of the windows computer get gateway timeout. The vm gets dns resolution issue. Finally I tried my phone. Same as the VM. No dns.
I understand teh no dns ones. But when I use https://prometheus.192.168.x.y it should freaking go without DNS
It's always DNS right? But I'm sure I did something wrong too.
Beta Was this translation helpful? Give feedback.
All reactions