Skip to content

Commit

Permalink
[incubator/jaeger] include namespace when logging into Jaeger Query UI (
Browse files Browse the repository at this point in the history
helm#6071)

* Update notes to include namespace when logging into Jaeger Query UI

* Bump patch version of jaeger chart
  • Loading branch information
hardbyte authored and k8s-ci-robot committed Jun 17, 2018
1 parent b8ecad5 commit 3e02776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.4.1
description: A Jaeger Helm chart for Kubernetes
name: jaeger
version: 0.6.0
version: 0.6.1
keywords:
- jaeger
- opentracing
Expand Down
2 changes: 1 addition & 1 deletion incubator/jaeger/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ You can log into the Jaeger Query UI here:

export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "release={{ .Release.Name }},component=query" -o jsonpath="{.items[0].metadata.name}")
echo http://127.0.0.1:8080/
kubectl port-forward $POD_NAME 8080:16686
kubectl port-forward --namespace {{ .Release.Namespace }} $POD_NAME 8080:16686
{{- end }}

0 comments on commit 3e02776

Please sign in to comment.