Skip to content

Commit

Permalink
Merge pull request #4300 from jwcesign/fix-typo
Browse files Browse the repository at this point in the history
doc: make the chart installation doc easier to understand.
  • Loading branch information
karmada-bot authored Dec 4, 2023
2 parents 04992a0 + b867465 commit 2039486
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions charts/karmada/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ helm install karmada -n karmada-system --create-namespace --dependency-update ./

## Installing the Chart

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

- local installation
### Local installation

Switch to the `root` directory of the repo.

```console
helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
```

- remote installation
### Remote installation

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

Expand Down Expand Up @@ -59,6 +59,8 @@ REVISION: 1
TEST SUITE: None
```

### Export kubeconfig

Get kubeconfig from the cluster:

```console
Expand Down Expand Up @@ -107,7 +109,7 @@ The command removes all the Kubernetes components associated with the chart and
```console
kubectl delete sa/karmada-pre-job -nkarmada-system
kubectl delete clusterRole/karmada-pre-job
kubectl delete clusterRole/karmada-pre-job
kubectl delete clusterRoleBinding/karmada-pre-job
kubectl delete ns karmada-system
```
Expand Down

0 comments on commit 2039486

Please sign in to comment.