Skip to content

Commit bed6714

Browse files
authored
Merge pull request #20532 from laurenhughes/patch-1
Fix broken link
2 parents 37ff0ae + 227d404 commit bed6714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Memory is reported as the working set, in bytes, at the instant the metric was c
5252
[Metrics Server](https://github.com/kubernetes-incubator/metrics-server) is a cluster-wide aggregator of resource usage data.
5353
It is deployed by default in clusters created by `kube-up.sh` script
5454
as a Deployment object. If you use a different Kubernetes setup mechanism you can deploy it using the provided
55-
[deployment yamls](https://github.com/kubernetes-incubator/metrics-server/tree/master/deploy).
55+
[deployment components.yaml](https://github.com/kubernetes-sigs/metrics-server/releases) file.
5656

5757
Metric server collects metrics from the Summary API, exposed by [Kubelet](/docs/admin/kubelet/) on each node.
5858

0 commit comments

Comments
 (0)