Improvement: Modified the VPA content for the helm chart.
This commit is contained in:
parent
dd4da3b250
commit
45862b95d6
|
|
@ -320,7 +320,10 @@ Though enough for the majority of installations, the default PodSecurityPolicy _
|
|||
|
||||
### VerticalPodAutoscaler
|
||||
|
||||
The chart can install a [`VerticalPodAutoscaler`](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md) for the Deployment if needed. A VPA can help minimize wasted resources when usage spikes periodically or remediate containers that are being OOMKilled.
|
||||
The CA Helm Chart can install a `VerticalPodAutoscaler`](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md) object from Chart version `9.27.0`
|
||||
onwards for the Cluster Autoscaler Deployment to scale the CA as appropriate, but for that, we
|
||||
need to install the VPA to the cluster separately. A VPA can help minimize wasted resources
|
||||
when usage spikes periodically or remediate containers that are being OOMKilled.
|
||||
|
||||
The following example snippet can be used to install VPA that allows scaling down from the default recommendations of the deployment template:
|
||||
|
||||
|
|
|
|||
|
|
@ -320,7 +320,10 @@ Though enough for the majority of installations, the default PodSecurityPolicy _
|
|||
|
||||
### VerticalPodAutoscaler
|
||||
|
||||
The chart can install a [`VerticalPodAutoscaler`](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md) for the Deployment if needed. A VPA can help minimize wasted resources when usage spikes periodically or remediate containers that are being OOMKilled.
|
||||
The CA Helm Chart can install a `VerticalPodAutoscaler`](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md) object from Chart version `9.27.0`
|
||||
onwards for the Cluster Autoscaler Deployment to scale the CA as appropriate, but for that, we
|
||||
need to install the VPA to the cluster separately. A VPA can help minimize wasted resources
|
||||
when usage spikes periodically or remediate containers that are being OOMKilled.
|
||||
|
||||
The following example snippet can be used to install VPA that allows scaling down from the default recommendations of the deployment template:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue