Add destination kubeconfig option #8
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In the case where Argo CD is installed on another cluster, there's no way to specify that destination cluster. It would be nice to add a global flag
--destination-kubeconfig
for the end user to provide that destination cluster's Kubeconfig.Example:
Current workaround is to migrate components using
kubectl
Example:
mta helmrelease --name sample | kubectl apply --kubeconfig /path/to/argocd/kube.config -f -
The text was updated successfully, but these errors were encountered: