未验证 提交 607c8af7 编写于 作者: I innerpeacez 提交者: GitHub

Merge pull request #35 from apache/JaredTan95-patch-1

Update NOTES.txt
......@@ -44,7 +44,7 @@ Get the UI URL by running these commands:
{{- else if contains "ClusterIP" .Values.ui.service.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "skywalking.name" . }},release={{ .Release.Name }},component={{ .Values.ui.name }}" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl port-forward $POD_NAME 8080:{{ .Values.ui.service.internalPort }}
kubectl port-forward $POD_NAME 8080:{{ .Values.ui.service.internalPort }} --namespace {{ .Release.Namespace }}
{{- end }}
{{- if.Values.elasticsearch.enabled }}
......@@ -55,4 +55,4 @@ Get the UI URL by running these commands:
###### the SkyWalking's storage ES pod is terminated. #####
#################################################################################
{{- end }}
{{- end }}
\ No newline at end of file
{{- end }}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册