update README.md

Signed-off-by: lihanbo <lihanbo2@huawei.com>
This commit is contained in:
lihanbo 2021-01-27 14:30:44 +08:00 committed by Kevin Wang
parent 13a904c6cd
commit 94bbdf5bb5
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ before that, we should set `KUBECONFIG` to karmada apiserver:
Then, install `karmadactl` command and join the member cluster: Then, install `karmadactl` command and join the member cluster:
``` ```
# go get github.com/karmada-io/karmada/cmd/karmadactl # go get github.com/karmada-io/karmada/cmd/karmadactl
# karmadactl join member1 --member-cluster-kubeconfig=/root/.kube/member1.config # karmadactl join member1 --cluster-kubeconfig=/root/.kube/member1.config
``` ```
The `karmadactl join` command will create a `Cluster` object to reflect the member cluster. The `karmadactl join` command will create a `Cluster` object to reflect the member cluster.