
Change-Id: I5ab8722dd151d9e652e0b20e1d82988cd98505af Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
19 lines
657 B
Plaintext
19 lines
657 B
Plaintext
Move Cluster API objects, provider specific objects and all dependencies to the target cluster.
|
|
|
|
Note: The destination cluster MUST have the required provider components installed.
|
|
|
|
Usage:
|
|
move [flags]
|
|
|
|
Examples:
|
|
|
|
Move Cluster API objects, provider specific objects and all dependencies to the target cluster.
|
|
|
|
airshipctl cluster move --target-context <context name>
|
|
|
|
|
|
Flags:
|
|
-h, --help help for move
|
|
--kubeconfig string Path to kubeconfig associated with cluster being managed
|
|
--target-context string Context to be used within the kubeconfig file for the target cluster. If empty, current context will be used.
|