Files
kubesphere/config/ks-core/templates/NOTES.txt
Leo Li 85df617175 optimize ks-core chart (#5305)
Signed-off-by: 24sama <jacksama@foxmail.com>

Signed-off-by: 24sama <jacksama@foxmail.com>
2022-10-20 18:16:40 +08:00

17 lines
551 B
Plaintext

Please wait for several seconds for KubeSphere deployment to complete.
1. Make sure KubeSphere components are running:
kubectl get pods -n {{ .Release.Namespace }}
2. Then you should be able to visit the console NodePort:
Console: http://{{ include "getNodeAddress" . }}:{{ .Values.console.nodePort }}
3. To login to your KubeSphere console:
Account: admin
Password: {{ include "printOrDefaultPass" . | quote }}
NOTE: Please change the default password after login.
For more details, please visit https://kubesphere.io.