@@ -23,41 +23,41 @@ To install the chart with the release name `karmada` in namespace `karmada-syste
23
23
24
24
- local installation
25
25
26
- Switch to the ` root ` directory of the repo.
26
+ Switch to the ` root ` directory of the repo.
27
27
28
- ``` console
29
- helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
30
- ```
28
+ ``` console
29
+ helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
30
+ ```
31
31
32
32
- remote installation
33
33
34
- First, add the Karmada chart repo to your local repository.
34
+ First, add the Karmada chart repo to your local repository.
35
35
36
- ``` console
37
- $ helm repo add karmada-charts https://raw.githubusercontent.com/karmada-io/karmada/master/charts
38
- $ helm repo list
39
- NAME URL
40
- karmada-charts https://raw.githubusercontent.com/karmada-io/karmada/master/charts
41
- ```
36
+ ``` console
37
+ $ helm repo add karmada-charts https://raw.githubusercontent.com/karmada-io/karmada/master/charts
38
+ $ helm repo list
39
+ NAME URL
40
+ karmada-charts https://raw.githubusercontent.com/karmada-io/karmada/master/charts
41
+ ```
42
42
43
- With the repo added, available charts and versions can be viewed.
43
+ With the repo added, available charts and versions can be viewed.
44
44
45
- ``` console
46
- helm search repo karmada
47
- ```
45
+ ``` console
46
+ helm search repo karmada
47
+ ```
48
48
49
- Install the chart and specify the version to install with the --version argument. Replace <x.x.x> with your desired version.
49
+ Install the chart and specify the version to install with the --version argument. Replace <x.x.x> with your desired version.
50
50
51
- ``` console
52
- helm --namespace karmada-system upgrade -i karmada karmada-charts/karmada --version=<x.x.x> --create-namespace
53
- Release "karmada" does not exist. Installing it now.
54
- NAME: karmada
55
- LAST DEPLOYED: Mon May 30 07:19:36 2022
56
- NAMESPACE: karmada-system
57
- STATUS: deployed
58
- REVISION: 1
59
- TEST SUITE: None
60
- ```
51
+ ``` console
52
+ helm --namespace karmada-system upgrade -i karmada karmada-charts/karmada --version=<x.x.x> --create-namespace
53
+ Release "karmada" does not exist. Installing it now.
54
+ NAME: karmada
55
+ LAST DEPLOYED: Mon May 30 07:19:36 2022
56
+ NAMESPACE: karmada-system
57
+ STATUS: deployed
58
+ REVISION: 1
59
+ TEST SUITE: None
60
+ ```
61
61
62
62
Get kubeconfig from the cluster:
63
63
@@ -107,7 +107,7 @@ The command removes all the Kubernetes components associated with the chart and
107
107
108
108
``` console
109
109
kubectl delete sa/karmada-pre-job -nkarmada-system
110
- kubectl delete clusterRole/karmada-pre-job
110
+ kubectl delete clusterRole/karmada-pre-job
111
111
kubectl delete clusterRoleBinding/karmada-pre-job
112
112
kubectl delete ns karmada-system
113
113
```
0 commit comments