-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES.txt
More file actions
21 lines (14 loc) · 745 Bytes
/
NOTES.txt
File metadata and controls
21 lines (14 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Welcome to your new deployment of SCF.
The endpoint for use by the `cf` client is
[1;36mhttps://api.{{ .Values.env.DOMAIN }}[0m
To target this endpoint run
[1;36mcf api --skip-ssl-validation https://api.{{ .Values.env.DOMAIN }}[0m
Your administrative credentials are:
Username: [1;36madmin[0m
Password: [1;36m{{ .Values.env.CLUSTER_ADMIN_PASSWORD }}[0m
Please remember, it may take some time for everything to come online.
You can use
[1;36mkubectl get pods --namespace {{ .Release.Namespace }}[0m
to spot-check if everything is up and running, or
[1;36mwatch -c 'kubectl get pods --namespace {{ .Release.Namespace }}'[0m
to monitor continously.