Skip to content

Commit ce3a253

Browse files
ajaydevtron123ajay0
andauthored
modifed the notes.txt file (#1705)
Co-authored-by: 123ajay0 <[email protected]>
1 parent c7e5b52 commit ce3a253

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

charts/devtron/templates/NOTES.txt

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,31 @@
22
1. Run the following command to get the default admin password. Default username is admin
33

44
kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}' | base64 -d
5-
{{- if $.Values.installer.modules }}
6-
7-
2. You can watch the progress of Devtron microservices installation by the following command
8-
9-
kubectl -n devtroncd get installers installer-devtron -o jsonpath='{.status.sync.status}'
10-
{{- end }}
11-
12-
135
{{- if $.Values.components.devtron.ingress.enabled }}
146

15-
3. Your devtron dashboard will be available for http on http://{{ .Values.components.devtron.ingress.host }}/dashboard or for https on https://{{ .Values.components.devtron.ingress.host }}/dashboard
7+
2. Your devtron dashboard will be available for http on http://{{ .Values.components.devtron.ingress.host }}/dashboard or for https on https://{{ .Values.components.devtron.ingress.host }}/dashboard
168

179
{{- else if eq $.Values.components.devtron.service.type "LoadBalancer" }}
1810

19-
3. You can get url of devtron dashboard by the following command
11+
2. You can get url of devtron dashboard by the following command
2012

2113
kubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'
2214
{{- else if eq $.Values.components.devtron.service.type "NodePort" }}
2315

24-
3. You can get the devtron dashboard by following the steps mentioned below
16+
2. You can get the devtron dashboard by following the steps mentioned below
2517

26-
1. export nodeport=$(kubectl get svc -n devtroncd devtron-service -o jsonpath="{.spec.ports[0].nodePort}")
18+
a. export nodeport=$(kubectl get svc -n devtroncd devtron-service -o jsonpath="{.spec.ports[0].nodePort}")
2719

28-
2. Your devtron dashboard is available on http://HOST_IP:$nodeport/dashboard
20+
b. Run the following command to get Devtron dashboard URL
21+
22+
echo http://HOST_IP:$nodeport/dashboard
2923

3024
Make sure that your security settings allow incoming connection to your Host machine on the nodeport mentioned.
3125

3226

3327
{{- else if eq $.Values.components.devtron.service.type "ClusterIP" }}
3428

35-
3. You can get the devtron dashboard by the following command
29+
2. You can get the devtron dashboard by the following command
3630

3731
kubectl get svc -n devtroncd devtron-service
3832

@@ -42,3 +36,10 @@ Make sure that your security settings allow incoming connection to your Host mac
4236
The dashboard should be accesible on http://localhost:8000/
4337
{{- end }}
4438

39+
{{- if $.Values.installer.modules }}
40+
41+
3. You can watch the progress of Devtron microservices installation by the following command
42+
43+
kubectl -n devtroncd get installers installer-devtron -o jsonpath='{.status.sync.status}'
44+
{{- end }}
45+

0 commit comments

Comments
 (0)