I'm using ArgoCD along with ArgoRollouts on my local cluster. Setting it up a local cluster is straight forward, download the binaries, set path for the binaries and execute kubectl argo rollouts version
However, I'm trying to install it on a new Azure Kubernetes cluster but unable to do, as per the installation steps mentioned, the binaries need to be downloaded and set as the Env path but it is failing at sudo mv ./kubectl-argo-rollouts-linux-amd64 /usr/local/bin/kubectl-argo-rollouts
- which is understood, but how do I overcome that?
I've not come across any other way to install ArgoRollouts. There are documents available on installing ArgoCD but not ArgoRollouts.