Files
kubesphere/config/ks-core/templates/NOTES.txt
smartcat999 23e7e6d179 update ks-core helm chart (#6401) (#6407)
fix: cherrypick update ks-core helm chart



(cherry picked from commit 7e2cafd15b)

Signed-off-by: peng wu <2030047311@qq.com>
2025-03-11 10:41:48 +08:00

39 lines
1.3 KiB
Plaintext

Thank you for choosing KubeSphere Helm Chart.
Please be patient and wait for several seconds for the KubeSphere deployment to complete.
1. Wait for Deployment Completion
Confirm that all KubeSphere components are running by executing the following command:
kubectl get pods -n {{ .Release.Namespace }}
{{- if or (eq .Values.multicluster.role "") (eq .Values.multicluster.role "host") }}
2. Access the KubeSphere Console
Once the deployment is complete, you can access the KubeSphere console using the following URL: {{"\n"}}
{{- if not .Values.internalTLS }}
http://{{ include "getNodeAddress" . }}:{{ .Values.console.nodePort }}
{{- else }}
https://{{ include "getNodeAddress" . }}:{{ .Values.console.nodePort }}
{{- end }}
3. Login to KubeSphere Console
Use the following credentials to log in:
Account: admin
Password: {{ include "printOrDefaultPass" . }}
NOTE: It is highly recommended to change the default password immediately after the first login.
{{- else }}
Cluster Member Installed Successfully!
Congratulations! The cluster member has been successfully installed.
You can view the information of the member cluster by accessing the ks-console of the host cluster.
Happy deploying!
{{- end }}
For additional information and details, please visit https://kubesphere.io.