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: content/en/docs/setup/best-practices/cluster-large.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ many nodes, consider the following:
106
106
as you scale out your cluster.
107
107
* Many addons scale horizontally - you add capacity by running more pods - but with
108
108
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
110
110
figures for requests and limits.
111
111
* Some addons run as one copy per node, controlled by a {{< glossary_tooltip text="DaemonSet"
112
112
term_id="daemonset" >}}: for example, a node-level log aggregator. Similar to
0 commit comments