Skip to content

Commit 2039486

Browse files
authored
Merge pull request #4300 from jwcesign/fix-typo
doc: make the chart installation doc easier to understand.
2 parents 04992a0 + b867465 commit 2039486

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

charts/karmada/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ helm install karmada -n karmada-system --create-namespace --dependency-update ./
1919

2020
## Installing the Chart
2121

22-
To install the chart with the release name `karmada` in namespace `karmada-system`:
22+
There are two installation methods, local and remote, to install the chart with the release name `karmada` in namespace `karmada-system`.
2323

24-
- local installation
24+
### Local installation
2525

2626
Switch to the `root` directory of the repo.
2727

2828
```console
2929
helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
3030
```
3131

32-
- remote installation
32+
### Remote installation
3333

3434
First, add the Karmada chart repo to your local repository.
3535

@@ -59,6 +59,8 @@ REVISION: 1
5959
TEST SUITE: None
6060
```
6161

62+
### Export kubeconfig
63+
6264
Get kubeconfig from the cluster:
6365

6466
```console
@@ -107,7 +109,7 @@ The command removes all the Kubernetes components associated with the chart and
107109
108110
```console
109111
kubectl delete sa/karmada-pre-job -nkarmada-system
110-
kubectl delete clusterRole/karmada-pre-job
112+
kubectl delete clusterRole/karmada-pre-job
111113
kubectl delete clusterRoleBinding/karmada-pre-job
112114
kubectl delete ns karmada-system
113115
```

0 commit comments

Comments
 (0)