Skip to content

Commit

Permalink
docs: Add documentation to run redis-ha in OpenShift (argoproj#4759)
Browse files Browse the repository at this point in the history
Signed-off-by: William Tam <[email protected]>
  • Loading branch information
wtam2018 authored Nov 6, 2020
1 parent 9625e50 commit dcb5f07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/operator-manual/high_availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ A set HA of manifests are provided for users who wish to run Argo CD in a highly
!!! note
The HA installation will require at least three different nodes due to pod anti-affinity roles in the specs.


In OpenShift clusters, `argocd-redis-ha` service accounts need to be granted `nonroot` Security Context Constraints (SCC) by running the following OpenShift commands which allow Redis containers to run as non-root users.
```shell
$ oc adm policy add-scc-to-user nonroot -z argocd-redis-ha
$ oc adm policy add-scc-to-user nonroot -z argocd-redis-ha-haproxy
```

## Scaling Up

### argocd-repo-server
Expand Down

0 comments on commit dcb5f07

Please sign in to comment.