Skip to content

Commit

Permalink
docs: link directly to HA manifests (#11970) (#12684)
Browse files Browse the repository at this point in the history
This updates the manifest link directly to the High Availability header in the manifest readme. I chose this over linking to the `ha` folder since it explains the options and links to them.

Signed-off-by: Nicholas Morey <nicholas@morey.tech>
Co-authored-by: Nicholas Morey <nicholas@morey.tech>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 1, 2023
1 parent fe6d9c9 commit 9d3d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/high_availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Argo CD is largely stateless, all data is persisted as Kubernetes objects, which

A set of HA manifests are provided for users who wish to run Argo CD in a highly available manner. This runs more containers, and runs Redis in HA mode.

[Manifests ⧉](https://github.com/argoproj/argo-cd/tree/master/manifests)
[HA Manifests ⧉](https://github.com/argoproj/argo-cd/tree/master/manifests#high-availability)

!!! note
The HA installation will require at least three different nodes due to pod anti-affinity roles in the specs.
Expand Down

0 comments on commit 9d3d780

Please sign in to comment.