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:
What happened?
After default installation done with
make helm-install
we get incorrect information from NOTES:Did you expect to see something different?
I would expect correct port-forwarding instructions. For example port-forward to prometheus should be shown as:
Anything else we need to know?: