Skip to content

Commit 0d7a2d0

Browse files
author
Arvind Thirumurugan
committed
minor fixes
Signed-off-by: Arvind Thirumurugan <arvindth@microsoft.com>
1 parent cec4270 commit 0d7a2d0

File tree

1 file changed

+4
-4
lines changed
  • approval-controller-metric-collector

1 file changed

+4
-4
lines changed

approval-controller-metric-collector/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Approval Controller and Metric Collector Tutorial
22

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.
44

55
## Overview
66

77
This directory contains two controllers:
88
- **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
1010

1111
![Approval Controller and Metric Collector Architecture](./approval-controller-metric-collector.drawio.png)
1212

@@ -211,7 +211,7 @@ This tells the approval controller which workloads to track and what health thre
211211
Install the metric collector on all member clusters:
212212

213213
```bash
214-
cd ../standalone-metric-collector
214+
cd ../metric-collector
215215

216216
# Run the installation script for all member clusters
217217
# This builds both metric-collector and metric-app images and loads them into each cluster
@@ -384,5 +384,5 @@ kubectl describe clusterapprovalrequest <approval-request-name>
384384
## Additional Resources
385385

386386
- [Approval Request Controller README](./approval-request-controller/README.md)
387-
- [Standalone Metric Collector README](./standalone-metric-collector/README.md)
387+
- [Metric Collector README](./metric-collector/README.md)
388388
- [KubeFleet Documentation](https://github.com/Azure/kubefleet)

0 commit comments

Comments
 (0)