Skip to content

Commit 9cce97a

Browse files
authored
Update autoscaling.md
1 parent 12d533e commit 9cce97a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

content/en/docs/concepts/workloads/autoscaling.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ Mode | Description
8181

8282
{{< feature-state feature_gate_name="InPlacePodVerticalScaling" >}}
8383

84-
As of Kubernetes {{< skew currentVersion >}}, VPA does not support resizing pods in-place, but this
85-
integration is being worked on. For manually resizing pods in-place, see [Resize Container Resources In-Place](/docs/tasks/configure-pod-container/resize-container-resources/).
84+
As of Kubernetes {{< skew currentVersion >}}, VPA does not support resizing pods in-place,
85+
but this integration is being worked on.
86+
For manually resizing pods in-place, see [Resize Container Resources In-Place](/docs/tasks/configure-pod-container/resize-container-resources/).
8687

8788
### Autoscaling based on cluster size
8889

@@ -99,9 +100,9 @@ If the number of replicas should stay the same, you can scale your workloads ver
99100
the [_Cluster Proportional Vertical Autoscaler_](https://github.com/kubernetes-sigs/cluster-proportional-vertical-autoscaler).
100101
The project is **currently in beta** and can be found on GitHub.
101102

102-
While the Cluster Proportional Autoscaler scales the number of replicas of a workload, the Cluster Proportional Vertical Autoscaler
103-
adjusts the resource requests for a workload (for example a Deployment or DaemonSet) based on the number of nodes and/or cores
104-
in the cluster.
103+
While the Cluster Proportional Autoscaler scales the number of replicas of a workload,
104+
the Cluster Proportional Vertical Autoscaler adjusts the resource requests for a workload
105+
(for example a Deployment or DaemonSet) based on the number of nodes and/or cores in the cluster.
105106

106107
### Event driven Autoscaling
107108

@@ -118,8 +119,8 @@ Another strategy for scaling your workloads is to **schedule** the scaling opera
118119
reduce resource consumption during off-peak hours.
119120

120121
Similar to event driven autoscaling, such behavior can be achieved using KEDA in conjunction with
121-
its [`Cron` scaler](https://keda.sh/docs/latest/scalers/cron/). The `Cron` scaler allows you to define schedules
122-
(and time zones) for scaling your workloads in or out.
122+
its [`Cron` scaler](https://keda.sh/docs/latest/scalers/cron/).
123+
The `Cron` scaler allows you to define schedules (and time zones) for scaling your workloads in or out.
123124

124125
## Scaling cluster infrastructure
125126

0 commit comments

Comments
 (0)