Move controllers and objects from one cluster to the other

dkp move capi-resources [flags]
CODE

Options

      --from-context string    Context to be used within the from-cluster's kubeconfig file. If empty, current context will be used.
      --from-kubeconfig file   Path to the kubeconfig for pivot's source cluster. If unspecified, default discovery rules apply.
  -h, --help                   help for capi-resources
  -n, --namespace string       If present, the namespace scope for this CLI request. (default "default")
      --to-context string      Context to be used within the to-cluster's kubeconfig file. If empty, current context will be used.
      --to-kubeconfig file     Path to the kubeconfig for pivot's destination cluster
      --to-namespace string    Resources are moved to this namespace in the to-cluster.By default, the same as the from-cluster namespace.
CODE

Options inherited from parent commands

  -v, --verbose int   Output verbosity
CODE

SEE ALSO