mirror of
https://github.com/kubesphere/website.git
synced 2026-01-01 03:33:29 +00:00
Merge pull request #385 from webup/master
doc(all-in-one-linux): fix a password typo
This commit is contained in:
commit
cc7fb0db5e
|
|
@ -149,7 +149,7 @@ Input the following command to check the result.
|
|||
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
|
||||
```
|
||||
|
||||
The output displays the IP address and port number of the web console, which is exposed through `NodePort 30880` by default. Now, you can access the console through `EIP:30880` with the default account and password (`admin/P@88word`).
|
||||
The output displays the IP address and port number of the web console, which is exposed through `NodePort 30880` by default. Now, you can access the console through `EIP:30880` with the default account and password (`admin/P@88w0rd`).
|
||||
|
||||
```bash
|
||||
#####################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue