From d4ecb7b45bfdfd0a759ddbb065e21e1bb23fa394 Mon Sep 17 00:00:00 2001 From: Etienne Date: Tue, 5 Dec 2017 21:49:41 +0100 Subject: [PATCH] [stable/selenium] display VNC configuration if using debug node (#2813) * Display VNC connection configuration if using debug node * Bump chart version --- stable/selenium/Chart.yaml | 2 +- stable/selenium/templates/NOTES.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/stable/selenium/Chart.yaml b/stable/selenium/Chart.yaml index a4d4997e14..43003c0bb6 100644 --- a/stable/selenium/Chart.yaml +++ b/stable/selenium/Chart.yaml @@ -1,5 +1,5 @@ name: selenium -version: 0.2.2 +version: 0.2.3 appVersion: 3.7.1 description: Chart for selenium grid keywords: diff --git a/stable/selenium/templates/NOTES.txt b/stable/selenium/templates/NOTES.txt index fb06e38847..29608aa0b1 100644 --- a/stable/selenium/templates/NOTES.txt +++ b/stable/selenium/templates/NOTES.txt @@ -1,4 +1,4 @@ -Selenium Hub can be accessed via port {{ .Values.hub.port }} on the following +Selenium Hub can be accessed via port {{ .Values.hub.port }} on the following DNS name from within your cluster: - http://{{ template "selenium.hub.fullname" . }}.{{ .Release.Namespace }}:{{ .Values.hub.port }} @@ -67,6 +67,9 @@ To scale the number of selenium nodes $(kubectl get pods --namespace {{ .Release.Namespace }} \ -l app={{ template "selenium.chromeDebug.fullname" . }} \ -o jsonpath='{ .items[0].metadata.name }') 5900 + + Install VNC Client and open a session at localhost:5900. Username is not + required, password is "secret". {{ end }} {{- if eq true .Values.firefox.enabled }} @@ -82,6 +85,9 @@ To scale the number of selenium nodes $(kubectl get pods --namespace {{ .Release.Namespace }} \ -l app={{ template "selenium.firefoxDebug.fullname" . }} \ -o jsonpath='{ .items[0].metadata.name }') 5900 + + Install VNC Client and open a session at localhost:5900. Username is not + required, password is "secret". {{ end -}} {{ end }}