Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: script typo error in cn readme #110

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ kubectl config use-context karmada-host
2.部署Karmada-dashboard, 这里我们选择通过nodePort来暴露karmada-dashboard相关的服务, 用nodePort的好处在于可以避免依赖ingress等资源,无依赖。

```bash
kubectl apply -k overlays/nodeport-mode
kubectl apply -k artifacts/overlays/nodeport-mode
```
待安装部署过程完成后,打开浏览器访问http://your-karmada-host:32000即可开始使用karmada-dashboard。
待安装部署过程完成后,打开浏览器访问 http://your-karmada-host:32000 即可开始使用karmada-dashboard。
在使用之前,还需要生成jwt token才能访问dashboard。

3.创建Service-Account资源
Expand Down