From bc537c1e87b01b1698f1f84a14c3dd3c958fbb80 Mon Sep 17 00:00:00 2001 From: Shoubhik Bose Date: Wed, 2 Sep 2020 14:18:24 -0400 Subject: [PATCH] docs: improve serviceability terminology (#4240) --- docs/roadmap.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 9aba240026..4612d0dcc6 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -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