From dc5a2afe3df43df5fda69fc0b5d311dfa58a76dc Mon Sep 17 00:00:00 2001 From: Thomas Guettler Date: Wed, 19 Jul 2023 10:42:56 +0200 Subject: [PATCH] :book: Add link to "clusterctl move" docs. --- docs/book/src/clusterctl/commands/move.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/book/src/clusterctl/commands/move.md b/docs/book/src/clusterctl/commands/move.md index 940766b32776..5c8f1ff1abb2 100644 --- a/docs/book/src/clusterctl/commands/move.md +++ b/docs/book/src/clusterctl/commands/move.md @@ -24,6 +24,8 @@ clusterctl move --to-kubeconfig="path-to-target-kubeconfig.yaml" To move the Cluster API objects existing in the current namespace of the source management cluster; in case if you want to move the Cluster API objects defined in another namespace, you can use the `--namespace` flag. +The discovery mechanism for determining the objects to be moved is in the [provider contract](../provider-contract.md#move) +