timescale / tobs

tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect port-forwarding instructions

paulfantom opened this issue · comments

What happened?

After default installation done with make helm-install we get incorrect information from NOTES:

#######################################################################################################################
🔥 PROMETHEUS NOTES:
#######################################################################################################################

Prometheus can be accessed via port 9090 on the following DNS name from within your cluster:
    -prometheus.default.svc

Get the Prometheus server URL by running these commands in the same shell:
    kubectl --namespace default port-forward service/-prometheus 9090:9090


#######################################################################################################################
🔥 ALERTMANAGER NOTES:
#######################################################################################################################

The Alertmanager can be accessed via port 9093 on the following DNS name
from within your cluster:
    -alertmanager.default.svc

Get the Alertmanager URL by running these commands in the same shell:
    kubectl --namespace default port-forward service/-alertmanager 9093:9093

WARNING! Persistence is disabled on AlertManager. You will lose your data when
         the AlertManager pod is terminated.

Did you expect to see something different?

I would expect correct port-forwarding instructions. For example port-forward to prometheus should be shown as:

kubectl --namespace default port-forward service/test-kube-prometheus-stack-prometheus 9090:9090

Anything else we need to know?: