Hi,
First of all, thanks for all the work in the project. It's absolutely amazing.
After I deploy the 'development' overlay there's no prometheus deployments, only operator and adapter. I get the grafana endpoint in the ingress but there's no datasource available. No pods with tag prometheus:k8s.
kubectl get deployments -n monitoring
NAME READY UP-TO-DATE AVAILABLE AGE
grafana 1/1 1 1 82m
kube-state-metrics 1/1 1 1 82m
prometheus-adapter 1/1 1 1 82m
prometheus-operator 1/1 1 1 82m
kubectl 1.19 / kustomize 3.5.4
Kubernetes 1.17.9 (with rke/rancher but with cluster deployed by kubespray I get the same error).
Nodes with Ubuntu 18.04 and Local volumes
MetalLB as LoadBalancer in L2 mode
Hi, First of all, thanks for all the work in the project. It's absolutely amazing.
After I deploy the 'development' overlay there's no prometheus deployments, only operator and adapter. I get the grafana endpoint in the ingress but there's no datasource available. No pods with tag prometheus:k8s.
But there is a svc in the namespace:
I've checked the
kube-prometheus
project and find the raw file of this deployment. But It doesn't works if apply the file into the namespace.There are no prometheus pods running.
I don't apply the bbb-* files in the kustomize.
My config:
kubectl 1.19 / kustomize 3.5.4 Kubernetes 1.17.9 (with rke/rancher but with cluster deployed by kubespray I get the same error). Nodes with Ubuntu 18.04 and Local volumes MetalLB as LoadBalancer in L2 mode
Can you shed some light on this problem?
Thank you.