Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Initial user facing docs #276

Merged
merged 8 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
Signed-off-by: jannfis <jann@mistrust.net>
  • Loading branch information
jannfis committed Jan 15, 2025
commit 8635a95f214ed5e16c4fc78d0eb9c820cb52c1a9
2 changes: 1 addition & 1 deletion docs/concepts/components-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This chapter introduces the reader to the components and terminology of *argocd-

## Control plane cluster

The *control plane* or *control plane cluster* is the heart of the architecture. It holds all configuration, is responsible for distributing the configuration among agents and hosts all central components used for observability and management. At the minimum, this cluster will host the *argocd-agent*'s [principal](#principal) component and the Argo CD API server, including the Argo CD web UI.
The *control plane* or *control plane cluster* is the heart of the architecture. It holds all configuration, is responsible for distributing the configuration among [agents](#agent) and it hosts all central components used for observability and management. At the minimum, this cluster will host the *argocd-agent*'s [principal](#principal) component and the Argo CD API server, including the Argo CD web UI.

The control plane cluster itself will not perform reconciliation of Argo CD `Applications` to any cluster, including itself.

Expand Down
2 changes: 2 additions & 0 deletions docs/features/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Features

Loading