doc: make the chart installation doc easier to understand
Signed-off-by: jwcesign <jwcesign@gmail.com>
This commit is contained in:
parent
bf1098ba1c
commit
b86746505d
|
@ -19,9 +19,9 @@ helm install karmada -n karmada-system --create-namespace --dependency-update ./
|
||||||
|
|
||||||
## Installing the Chart
|
## 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.
|
Switch to the `root` directory of the repo.
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Switch to the `root` directory of the repo.
|
||||||
helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
|
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.
|
First, add the Karmada chart repo to your local repository.
|
||||||
|
|
||||||
|
@ -59,6 +59,8 @@ REVISION: 1
|
||||||
TEST SUITE: None
|
TEST SUITE: None
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Export kubeconfig
|
||||||
|
|
||||||
Get kubeconfig from the cluster:
|
Get kubeconfig from the cluster:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in New Issue