diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index 41f2c860c4df..191111512b62 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -11,4 +11,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.25.1 +version: 9.26.0 diff --git a/charts/cluster-autoscaler/README.md b/charts/cluster-autoscaler/README.md index b5a7fdd92134..f748c39d768b 100644 --- a/charts/cluster-autoscaler/README.md +++ b/charts/cluster-autoscaler/README.md @@ -311,12 +311,13 @@ Though enough for the majority of installations, the default PodSecurityPolicy _ ### VerticalPodAutoscaler -The chart can install a VPA for the Deployment if needed. A VPA can help minimize wasted resources when usage spikes periodically. -The following example snippet can be used to install a `autoscaling.k8s.io/v1` VPA. +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. +The following example snippet can be used to install a [`autoscaling.k8s.io/v1` VPA](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go). -``` +```yaml vpa: enabled: true + apiVersion: v1 containerPolicy: minAllowed: cpu: 50m diff --git a/charts/cluster-autoscaler/README.md.gotmpl b/charts/cluster-autoscaler/README.md.gotmpl index e31cdcd31830..4afcc2f4821d 100644 --- a/charts/cluster-autoscaler/README.md.gotmpl +++ b/charts/cluster-autoscaler/README.md.gotmpl @@ -312,12 +312,13 @@ Though enough for the majority of installations, the default PodSecurityPolicy _ ### VerticalPodAutoscaler -The chart can install a VPA for the Deployment if needed. A VPA can help minimize wasted resources when usage spikes periodically. -The following example snippet can be used to install a `autoscaling.k8s.io/v1` VPA. +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. +The following example snippet can be used to install a [`autoscaling.k8s.io/v1` VPA](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go). -``` +```yaml vpa: enabled: true + apiVersion: v1 containerPolicy: minAllowed: cpu: 50m