Skip to content

Commit

Permalink
Added a note on non-scripted creation of clusters
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
  • Loading branch information
LiZhenCheng9527 committed Oct 28, 2023
1 parent 9eeaf58 commit 8aa7739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/en/docs/fleet-manager/manage-attachedcluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ As the AttachedCluster object is controlled by the cluster-operator, you need to

From these clusters created by `hack/local-dev-setup.sh`, we'll select kurator-member1 and kurator-member2 to be attached to the Kurator Fleet.

If you didn't create the corresponding cluster using our script, you need to change the kubeconfig file in which you created the cluster yourself. You can find your kubeconfig in `/root/.kube/config`, then Change the server field to the IP address of your cluster control plane node(you can get it from `kubectl get nodes -owide`) and the port number to 6443.

Next, we'll create secrets containing the kubeconfig information of these clusters. Make sure to replace the paths like `/root/.kube/kurator-member1.config` with the actual kubeconfig file paths on your system.

```console
Expand Down

0 comments on commit 8aa7739

Please sign in to comment.