Skip to content

Commit 5e7e462

Browse files
authored
Merge pull request #46997 from williamtrelawny/patch-1
Added link to first mention of VerticalPodAutoscaler for reader's convenience
2 parents 1a23d13 + 27ac207 commit 5e7e462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/best-practices/cluster-large.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ many nodes, consider the following:
106106
as you scale out your cluster.
107107
* Many addons scale horizontally - you add capacity by running more pods - but with
108108
a very large cluster you may also need to raise CPU or memory limits slightly.
109-
The VerticalPodAutoscaler can run in _recommender_ mode to provide suggested
109+
The [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme) can run in _recommender_ mode to provide suggested
110110
figures for requests and limits.
111111
* Some addons run as one copy per node, controlled by a {{< glossary_tooltip text="DaemonSet"
112112
term_id="daemonset" >}}: for example, a node-level log aggregator. Similar to

0 commit comments

Comments
 (0)