Skip to content

Commit

Permalink
Merge pull request #2218 from Anoxia/patch-1
Browse files Browse the repository at this point in the history
Update README_zh.md
  • Loading branch information
ks-ci-bot authored Oct 19, 2023
2 parents 079077f + 59c2d02 commit 9c53afd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ glusterfs kubernetes.io/glusterfs 3d4h
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
```

查看部署进度及日志

# 查看部署进度及日志
$ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-installer -o jsonpath='{.items[0].metadata.name}') -f
```bash
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-installer -o jsonpath='{.items[0].metadata.name}') -f
```

部署完成后可执行如下命令查看控制台的服务端口,使用 `IP:consolePort(default: 30880)` 访问 KubeSphere UI 界面,默认的集群管理员账号为 `admin/P@88w0rd`
Expand Down

0 comments on commit 9c53afd

Please sign in to comment.