Skip to content

Commit

Permalink
feat: polish expression in readme, and update cn version of readme
Browse files Browse the repository at this point in the history
Signed-off-by: warjiang <1096409085@qq.com>
  • Loading branch information
warjiang committed Sep 6, 2024
1 parent 729e62a commit b557fb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kubectl apply -k artifacts/overlays/nodeport-mode
```
When the process of installation finished, you can visit the karmada dashboard by http://your-karmada-host:32000

you still need to the jwt token to access the dashboard.
You still need the jwt token to login to the dashboard.

3.Create Service Account

Expand Down
6 changes: 4 additions & 2 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ Karmada是一个多云多集群管理的项目,Karmada Dashboard 是一个通
## 🚀快速开始

### Prerequisites
- 多个kubernetes集群[可选]: 如果是测试的场景,可以选择用kind来启动多个kubernetes集群。如果是已经在生产环境下有多个kubernetes集群的话,可以跳过这一步。
- Karmada 控制面[可选]: 测试场景下可以用参考这篇[教程](https://github.com/karmada-io/karmada/blob/master/README.md#install-karmada-control-plane)来配置一个最小化的Karmada测试集群。如果在生产环境下,已经用Karmada管理多个成员集群的话,也可以跳过这一步。
你需要在Kubernetes上安装Karmada(下文中称之为`host cluster`),并且必须配置karmadactl或kubectl命令行工具,并且保证可以和`host cluster`以及Karmada控制平面进行通信。

如果你还没有未安装Karmada,您可以按照这个[教程](https://karmada.io/docs/installation/#install-karmada-for-development-environment)安装Karmada开发环境。


---
### 安装 Karmada-dashboard
Expand Down

0 comments on commit b557fb7

Please sign in to comment.