[stable/spark-history-server] Fix notes (#14882)

* [stable/spark-history-server] Fix notes

Signed-off-by: Maxime NANNAN <maxime.nannan@gmail.com>

* [stable/spark-history-server] Upgrade Chart's version

Signed-off-by: Maxime NANNAN <maxime.nannan@gmail.com>
This commit is contained in:
maximenannan
2019-06-19 06:20:34 -07:00
committed by Kubernetes Prow Robot
parent 95572b7ff5
commit d2a5cc152a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: spark-history-server
version: 1.0.0
version: 1.0.1
appVersion: 2.4.0
description: A Helm chart for Spark History Server
home: https://spark.apache.org
@@ -13,6 +13,6 @@ Get the application URL by running the following commands. Note that the UI woul
{{- else if contains "ClusterIP" .Values.service.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
Note: If on OpenShift, change to the chart namespace before running the command below.'
kubectl port-forward $POD_NAME 8080:80
kubectl port-forward $POD_NAME 8080:18080
Now visit http://127.0.0.1:8080 to use your application.'
{{- end }}