Open augustrh opened 10 months ago
After 2 to 3 mins, dashboard gets populated with data.
Took a bit longer for me but yes, it worked! All good.
Except the Loki bit doesn't work. So reopening.
Ok, Loki not installed correctly.
[azure@bastion-gbzf5 ~]$ oc get pods -n openshift-logging | grep -i pending logging-loki-gateway-8694445477-lbwcv 0/2 Pending 0 28m logging-loki-index-gateway-1 0/1 Pending 0 27m logging-loki-ingester-1 0/1 Pending 0 27m logging-loki-query-frontend-57dd89dcf5-9f8s8 0/1 Pending 0 28m logging-loki-query-frontend-57dd89dcf5-bfjjj 0/1 Pending 0 28m
Events: Type Reason Age From Message
Warning FailedScheduling 28m default-scheduler 0/6 nodes are available: 1 Insufficient memory, 3 Insufficient cpu, 3 node(s) had untolerated taint {node-role.kubernetes.io/master: }. preemption: 0/6 nodes are available: 3 No preemption victims found for incoming pod, 3 Preemption is not helpful for scheduling.. Warning FailedScheduling 12m (x7 over 24m) default-scheduler 0/6 nodes are available: 1 Insufficient memory, 3 Insufficient cpu, 3 node(s) had untolerated taint {node-role.kubernetes.io/master: }. preemption: 0/6 nodes are available: 3 No preemption victims found for incoming pod, 3 Preemption is not helpful for scheduling..
looks like we are using Standard_D4s_v3 - which is https://azureprice.net/vm/Standard_D4s_v3
16GB RAM and 4 VCPU
The demo listing in the RH docs suggests any size will do, but there is clearly a taint associated with it keeping it off certain sized nodes. I'll try and see if I can work out what.
And masters are Standard_D8s_v3 https://azureprice.net/vm/Standard_D8s_v3 32GB and 8vCPU
Adding 2x Standard_D4s_v3 resolved the issue. Total of 32GB RAM and 8 VCPU.
This is now fixed via #17. Can you close this issue @augustrh?
After following all the steps to prep the logs for export to Azure files the steps to view them in Grafana do not show any results. Instead the Grafana dashboards are empty (even after 15-20 mins) and display "no data" and a red warning box reappears a few times stating: "Templating ... Template variable service failed 404 page not found" (see attachment to this issue for visual).
Additionally, step 4 using the explore icon asks you to select "Loki (Application)" from the drop down but it's not present. (see attachment)