File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ helm install karmada -n karmada-system --create-namespace --dependency-update ./
19
19
20
20
## Installing the Chart
21
21
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 ` .
23
23
24
- - local installation
24
+ ### Local installation
25
25
26
26
Switch to the ` root ` directory of the repo.
27
27
28
28
``` console
29
29
helm install karmada -n karmada-system --create-namespace --dependency-update ./charts/karmada
30
30
```
31
31
32
- - remote installation
32
+ ### Remote installation
33
33
34
34
First, add the Karmada chart repo to your local repository.
35
35
@@ -59,6 +59,8 @@ REVISION: 1
59
59
TEST SUITE: None
60
60
```
61
61
62
+ ### Export kubeconfig
63
+
62
64
Get kubeconfig from the cluster:
63
65
64
66
``` console
@@ -107,7 +109,7 @@ The command removes all the Kubernetes components associated with the chart and
107
109
108
110
``` console
109
111
kubectl delete sa/karmada-pre-job -nkarmada-system
110
- kubectl delete clusterRole/karmada-pre-job
112
+ kubectl delete clusterRole/karmada-pre-job
111
113
kubectl delete clusterRoleBinding/karmada-pre-job
112
114
kubectl delete ns karmada-system
113
115
```
You can’t perform that action at this time.
0 commit comments