1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| kubectl get pod -A | grep kubes
# kubesphere-system ks-installer-6f6d4f648-fzj4f 1/1 Running 0 133m
kubectl logs pod/ks-installer-6f6d4f648-fzj4f -n kubesphere-system
Collecting installation results ... # # #
Console: http://20.224.19.69:30880 Account: admin Password: P@88w0rd NOTES: 1. After you log into the console, please check the monitoring status of service components in "Cluster Management". If any service is not ready, please wait patiently until all components are up and running. 2. Please change the default password after login.
# https://kubesphere.io 2024-08-29 15:11:21 #
|