github.com/argoproj-labs/argocd-operator@v0.10.0/README.md (about) 1 # Argo CD Operator 2 3 [](https://travis-ci.org/argoproj-labs/argocd-operator) 4 [](https://goreportcard.com/report/argoproj-labs/argocd-operator) 5 [](https://argocd-operator.readthedocs.io/en/latest/?badge=latest) 6 [](code-of-conduct.md) 7 8 A Kubernetes operator for managing Argo CD clusters. 9 10 ## Documentation 11 12 See the [documentation][docs] for installation and usage of the operator. 13 14 ## E2E testing 15 16 E2E tests are written using [KUTTL](https://kuttl.dev/docs/#install-kuttl-cli). Please Install [KUTTL](https://kuttl.dev/docs/#install-kuttl-cli) to run the tests. 17 18 Note that the e2e tests for Redis HA mode require a cluster with at least three worker nodes. A local three-worker node 19 cluster can be created using [k3d](https://k3d.io/) 20 21 ## License 22 23 The Argo CD Operator is released under the Apache 2.0 license. See the [LICENSE][license_file] file for details. 24 25 [docs]:https://argocd-operator.readthedocs.io 26 [license_file]:./LICENSE