Signed-off-by: hantmac <hantmac@outlook.com>
This commit is contained in:
Jeremy 2021-04-27 20:58:33 +08:00 committed by GitHub
parent ee4392cc19
commit c5557ec629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ karmada control plane.
#### 1. Create member cluster
We are going to create a cluster named `member1` and we want the `KUBECONFIG` file
in `/root/.kube/member1.config`. Run following comand:
in `/root/.kube/member1.config`. Run following command:
```
# hack/create-cluster.sh member1 /root/.kube/member1.config
```