Install Argo CD Operator 0.0.14 from manifests.
- Login to your cluster with the
occli with a user that hascluster-adminrights. - Run
./setup.sh
If you look at setup.sh, you'll see there are only two imporant oc commands. You can run these manually.
oc apply -k argocd-operator/overlays/default- Wait for the Argo CD Operator to finish installing.
oc apply -k argocd/overlays/default
Done!
- OpenShift OAuth included "out of the box"
- Custom PersistentVolumeClaim health check to allow Pending PVCs to be considered healthy.
- Specify new
ApplicationInstanceLabelKeythat won't mess withconnect-toannotations.