You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: approval-controller-metric-collector/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Approval Controller and Metric Collector Tutorial
2
2
3
-
This tutorial demonstrates how to use the Approval Request Controller and Standalone Metric Collector with KubeFleet for automated staged rollout approvals based on workload health metrics.
3
+
This tutorial demonstrates how to use the Approval Request Controller and Metric Collector with KubeFleet for automated staged rollout approvals based on workload health metrics.
4
4
5
5
## Overview
6
6
7
7
This directory contains two controllers:
8
8
-**approval-request-controller**: Runs on the hub cluster to automate approval decisions for staged updates
9
-
-**standalone-metric-collector**: Runs on member clusters to collect workload health metrics from Prometheus
9
+
-**metric-collector**: Runs on member clusters to collect workload health metrics from Prometheus
10
10
11
11

12
12
@@ -211,7 +211,7 @@ This tells the approval controller which workloads to track and what health thre
211
211
Install the metric collector on all member clusters:
212
212
213
213
```bash
214
-
cd ../standalone-metric-collector
214
+
cd ../metric-collector
215
215
216
216
# Run the installation script for all member clusters
217
217
# This builds both metric-collector and metric-app images and loads them into each cluster
0 commit comments