Skip to content
Snippets Groups Projects
Commit 95310d4c authored by Love Billingskog Nyberg's avatar Love Billingskog Nyberg Committed by Cyril Tovena
Browse files

Added namespace to helm install notes (#617)

parent a48cc047
No related branches found
No related tags found
No related merge requests found
name: loki-stack
version: 0.9.2
version: 0.9.3
appVersion: 0.0.1
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
......
name: loki
version: 0.8.2
version: 0.8.3
appVersion: 0.0.1
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
......
Verify the application is working by running these commands:
kubectl port-forward service/{{ include "loki.fullname" . }} {{ .Values.service.port }}
kubectl --namespace {{ .Release.Namespace }} port-forward service/{{ include "loki.fullname" . }} {{ .Values.service.port }}
curl http://127.0.0.1:{{ .Values.service.port }}/api/prom/label
name: promtail
version: 0.7.2
version: 0.7.3
appVersion: 0.0.1
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"
......
Verify the application is working by running these commands:
kubectl port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.port }}
kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.port }}
curl http://127.0.0.1:{{ .Values.port }}/metrics
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment