From 6b46e522b3267144c15ddf68af7f16edae188b6e Mon Sep 17 00:00:00 2001 From: Brian Carey Date: Mon, 11 Dec 2023 10:53:46 +0000 Subject: [PATCH] Update infra components doc to capture recent changes (#3121) The cluster contexts have been changed following cluster migrations - this should be updated in the doc Signed-off-by: Brian Carey --- docs/infrastructure-components.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/infrastructure-components.md b/docs/infrastructure-components.md index c01e0fb5f9..dd431f09ba 100644 --- a/docs/infrastructure-components.md +++ b/docs/infrastructure-components.md @@ -39,18 +39,17 @@ about the worker nodes. It runs the main components of the infrastructure and several non-e2e Prow jobs. #### Context -ibm-prow-jobs +kubevirt-prow-control-plane #### Components * Prow control plane: all the Prow components, including the main microservices (crier, deck, hook, horologium, prow-controller-manager, tide, sink), several -external plugins (rehearse, release-blocker) and secondary components +external plugins (bot-review, rehearse, release-blocker) and secondary components (cherrypicker, gcsweb, ghproxy, label-sync, needs-rebase, prow-exporter, pushgateway, statusreconciler). -* Monitoring stack: prometheus with thanos sidecar, node-exporter, grafana and -thanos (query-frontend, query, store and compact). +* Grafana: Dashboards for cluster and prow job monitoring * Bazel cache ([greenhouse]) speeds up the builds that use bazel. @@ -96,7 +95,7 @@ This is a self managed cluster with bare metals as workers. It runs the e2e jobs #### Context -prow-workloads +kubevirt-prow-workloads #### Components