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
The print action will print yaml contents for all resources
that would be understood by the next kubectl subcommand
(e.g., kubectl diff). This would be helpful for kustomization
user who wants to generate complete yaml content and
store them in their source tree.
Action delete, diff and print will include crd information.
The print action will not include secret information
that is supposed to be generated by gencerts.sh script.
After [installation](#installation) the system is ready to recommend and set
@@ -275,15 +285,15 @@ VPA will set RAM request to 2 GB (following the resource policy) and RAM limit t
275
285
be restarted. The pod may be recreated on a different node.
276
286
* VPA does not evict pods which are not run under a controller. For such pods
277
287
`Auto` mode is currently equivalent to `Initial`.
278
-
* Vertical Pod Autoscaler **should not be used with the [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) (HPA) on CPU or memory** at this moment.
288
+
* Vertical Pod Autoscaler **should not be used with the [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) (HPA) on CPU or memory** at this moment.
279
289
However, you can use VPA with [HPA on custom and external metrics](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics).
280
290
* The VPA admission controller is an admission webhook. If you add other admission webhooks
281
291
to you cluster, it is important to analyze how they interact and whether they may conflict
282
292
with each other. The order of admission controllers is defined by a flag on APIserver.
283
293
* VPA reacts to most out-of-memory events, but not in all situations.
284
294
* VPA performance has not been tested in large clusters.
285
295
* VPA recommendation might exceed available resources (e.g. Node size, available
286
-
size, available quota) and cause **pods to go pending**. This can be partly
296
+
size, available quota) and cause **pods to go pending**. This can be partly
287
297
addressed by using VPA together with [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#basics).
288
298
* Multiple VPA resources matching the same pod have undefined behavior.
0 commit comments