-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
353 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
Please wait for several seconds for KubeSphere deployment to complete. | ||
Thank you for choosing KubeSphere Helm Chart. | ||
|
||
1. Make sure KubeSphere components are running: | ||
Please be patient and wait for several seconds for the KubeSphere deployment to complete. | ||
|
||
kubectl get pods -n {{ .Release.Namespace }} | ||
1. Wait for Deployment Completion | ||
|
||
2. Then you should be able to visit the console NodePort: | ||
Confirm that all KubeSphere components are running by executing the following command: | ||
|
||
kubectl get pods -n {{ .Release.Namespace }} | ||
|
||
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 }} | ||
Console: http://{{ include "getNodeAddress" . }}:{{ .Values.console.nodePort }} | ||
http://{{ include "getNodeAddress" . }}:{{ .Values.console.nodePort }} | ||
{{- else }} | ||
Console: https://{{ include "getNodeAddress" . }}:{{ .Values.console.nodePort }} | ||
https://{{ include "getNodeAddress" . }}:{{ .Values.console.nodePort }} | ||
{{- end }} | ||
|
||
3. To login to your KubeSphere console: | ||
3. Login to KubeSphere Console | ||
|
||
Use the following credentials to log in: | ||
|
||
Account: admin | ||
Password: {{ include "printOrDefaultPass" . }} | ||
|
||
Account: admin | ||
Password: {{ include "printOrDefaultPass" . | quote }} | ||
NOTE: Please change the default password after login. | ||
NOTE: It is highly recommended to change the default password immediately after the first login. | ||
|
||
For more details, please visit https://kubesphere.io. | ||
For additional information and details, please visit https://kubesphere.io. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.