timescale / tobs

tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
Apache License 2.0
563 stars 60 forks source link

Incorrect port-forwarding instructions #573

Closed paulfantom closed 2 years ago

paulfantom commented 2 years ago

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?: