airshipctl/docs/source/cli/airshipctl_cluster_move.md
Arvinderpal Wander 3edf72eeb6 Adds support for clusterctl move of capi and bmo resources
from ephermeral to workload cluster.

Change-Id: Ib6d31282056468d5a153177dfb33ce4a55514ab3
2020-06-04 10:19:41 +00:00

1.2 KiB

airshipctl cluster move

Move Cluster API objects, provider specific objects and all dependencies to the target cluster

Synopsis

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.

airshipctl cluster move [flags]

Examples


Move Cluster API objects, provider specific objects and all dependencies to the target cluster.

  airshipctl cluster move --target-context <context name>

Options

  -h, --help                    help for move
      --target-context string   Context to be used within the kubeconfig file for the target cluster. If empty, current context will be used.

Options inherited from parent commands

      --airshipconf string   Path to file for airshipctl configuration. (default "$HOME/.airship/config")
      --debug                enable verbose output
      --kubeconfig string    Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")

SEE ALSO