Skip to content

Commit

Permalink
Bump chart version and link VPA docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avorima committed Mar 7, 2023
1 parent 1003a44 commit ce8111f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 4 additions & 3 deletions charts/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions charts/cluster-autoscaler/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce8111f

Please sign in to comment.