-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port-forward for grafana hangs indefinitely: Grafana webpage not accessible #15
Comments
Got it working already! run Change the type to
run
|
Does not seem to work after a reboot. |
It is probably because it is handeld by helm. I have the same issue and I am trying to convice helm to do it |
UPDATE:
and uninstall with helm and reinstall it with ansible. Or you can just uninstall it with helm and put all the values into file like
And then install it again with helm:
It then creates Grafana service with type NodePort accessible from specified port
|
Btw @alehanderoo, |
…t 30080. This implements code published by https://github.com/BicycleJohny in geerlingguy#15 .
Hi @geerlingguy,
First of all, thank you for open-sourcing this!
I’ve learned a lot about Ansible and server configuration over the last few days (and nights)!
What a fantastic tool!
Describe the bug
cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
nano ~/.kube/config
I changed the
127.0.0.1
to192.168.2.52
(my wlan0 of the control_plane on which drupal is accessible from my workstation)When I then run
kubectl port-forward service/cluster-monitoring-grafana :80
(as user and as root) the device does not finish the command and grafana is never accessible.Opening
http://192.168.2.52:46238/
does not return a page.Troubleshooting
I'm running a self-built cluster.
Control_plane on a rockpi4:
Remaining 4 nodes: (Rpi4 and Rpi3)
Networking:
Main installation:
The text was updated successfully, but these errors were encountered: