optimize ks-core chart (#5305)

Signed-off-by: 24sama <jacksama@foxmail.com>

Signed-off-by: 24sama <jacksama@foxmail.com>
This commit is contained in:
Leo Li
2022-10-20 18:16:40 +08:00
committed by GitHub
parent 3800d738f9
commit 85df617175
6 changed files with 49 additions and 406 deletions

View File

@@ -0,0 +1,17 @@
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.