From 2f63fd5247bff3fd119184058fa31079f0cbb4cd Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 10 Nov 2016 13:00:21 -0800 Subject: [PATCH] Remove 'Getting Started:' from various NOTES.txt. (#181) --- incubator/mongodb/templates/NOTES.txt | 4 +--- stable/jenkins/templates/NOTES.txt | 2 -- stable/mysql/templates/NOTES.txt | 2 -- stable/traefik/templates/NOTES.txt | 2 -- stable/uchiwa/templates/NOTES.txt | 3 --- 5 files changed, 1 insertion(+), 12 deletions(-) diff --git a/incubator/mongodb/templates/NOTES.txt b/incubator/mongodb/templates/NOTES.txt index 6a47a8e075..dad536ba39 100644 --- a/incubator/mongodb/templates/NOTES.txt +++ b/incubator/mongodb/templates/NOTES.txt @@ -1,5 +1,3 @@ -Getting Started: - 1. After the petset is created completely, one can check which instance is primary by running: $ for i in `seq 0 2`; do kubectl exec {{ printf "%s-%s" .Release.Name .Values.Name | trunc 24 }}-$i -- sh -c '/usr/bin/mongo --eval="printjson(rs.isMaster())"'; done. This assumes 3 replicas, 0 through 2. It should be modified to reflect the actual number of replicas specified. @@ -10,4 +8,4 @@ Getting Started: 3. One can fetch the keys stored in the primary or any of the slave nodes in the following manner. $ kubectl exec POD_NAME -- /usr/bin/mongo --eval="rs.slaveOk(); db.test.find().forEach(printjson)" - POD_NAME must be replaced by the name of the pod being queried. \ No newline at end of file + POD_NAME must be replaced by the name of the pod being queried. diff --git a/stable/jenkins/templates/NOTES.txt b/stable/jenkins/templates/NOTES.txt index 06381dacd9..ae66c688f2 100644 --- a/stable/jenkins/templates/NOTES.txt +++ b/stable/jenkins/templates/NOTES.txt @@ -1,5 +1,3 @@ -Getting Started: - 1. Get your '{{ .Values.Master.AdminUser }}' user password by running: printf $(printf '\%o' `kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.jenkins-admin-password[*]}"`);echo diff --git a/stable/mysql/templates/NOTES.txt b/stable/mysql/templates/NOTES.txt index 73eadda540..e776e9bded 100644 --- a/stable/mysql/templates/NOTES.txt +++ b/stable/mysql/templates/NOTES.txt @@ -1,5 +1,3 @@ -Getting Started: - MySQL can be accessed via port 3306 on the following DNS name from within your cluster: {{ template "fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local diff --git a/stable/traefik/templates/NOTES.txt b/stable/traefik/templates/NOTES.txt index 2897bfffd2..cd5f7caf22 100644 --- a/stable/traefik/templates/NOTES.txt +++ b/stable/traefik/templates/NOTES.txt @@ -1,5 +1,3 @@ -Getting Started: - 1. Get Traefik's load balancer IP/hostname: NOTE: It may take a few minutes for this to become available. diff --git a/stable/uchiwa/templates/NOTES.txt b/stable/uchiwa/templates/NOTES.txt index c19a397a43..e7275cbf91 100644 --- a/stable/uchiwa/templates/NOTES.txt +++ b/stable/uchiwa/templates/NOTES.txt @@ -1,6 +1,3 @@ -Getting Started: - - 1. Get the Uchiwa URL to visit by running these commands in the same shell: {{- if contains "NodePort" .Values.serviceType }} export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "fullname" . }})