mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
docs: improve serviceability terminology (#4240)
This commit is contained in:
parent
a482546112
commit
bc537c1e87
1 changed files with 4 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
- [Performance](#performance)
|
||||
- [ApplicationsSet](#applicationsset)
|
||||
- [Large Applications support](#large-applications-support)
|
||||
- [Supportability](#supportability)
|
||||
- [Serviceability](#serviceability)
|
||||
- [GitOps Engine Enhancements](#gitops-engine-enhancements)
|
||||
- [GitOps Agent](#gitops-agent)
|
||||
- [Config Management Tools Integrations](#config-management-tools-integrations)
|
||||
|
|
@ -50,9 +50,10 @@ maintenance overhead, security, and lack of some additional features.
|
|||
The application details page is not suitable to visualize applications that include a large number of resources (hundreds of resources). The page has to be reworked
|
||||
to improve user experience.
|
||||
|
||||
### Supportability
|
||||
### Serviceability
|
||||
|
||||
To make Argo CD successful we need to build tools that enable Argo CD administrators to handle scalability and performance issues in a self-service model.
|
||||
|
||||
To make Argo CD successful we need to build tools that enable Argo CD operators to handle scalability and performance issues without asking the Argo CD team for help.
|
||||
That includes more metrics, out of the box alerts and a cluster management user interface.
|
||||
|
||||
### GitOps Engine Enhancements
|
||||
|
|
|
|||
Loading…
Reference in a new issue