Merge pull request #2055 from calvin0327/update-chart-readme

update chart readme
This commit is contained in:
karmada-bot 2022-06-26 17:35:18 +08:00 committed by GitHub
commit e6ed1d3636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Karmada aims to provide turnkey automation for multi-cluster application managem
Switch to the `root` directory of the repo.
```console
helm install karmada -n karmada-system --create-namespace ./charts/karmada
helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
```
## Prerequisites
@ -22,7 +22,7 @@ To install the chart with the release name `karmada` in namespace `karmada-syste
Switch to the `root` directory of the repo.
```console
helm install karmada -n karmada-system --create-namespace ./charts/karmada
helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
```
Get kubeconfig from the cluster:
@ -33,7 +33,7 @@ kubectl get secret -n karmada-system karmada-kubeconfig -o jsonpath={.data.kubec
> **Tip**: List all releases using `helm list`
For better scheduling effect, you can choose to install the `karmada-descheduler` component in the karmada controller plane. Link: [here](../docs/descheduler.md). The following is the specific installation guide.
For better scheduling effect, you can choose to install the `karmada-descheduler` component in the karmada controller plane. Link: [here](../../docs/descheduler.md). The following is the specific installation guide.
Edited values.yaml for karmada-descheduler
```YAML