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
Copy file name to clipboardExpand all lines: README.md
+16-25Lines changed: 16 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,20 +33,22 @@ Note: this is not an officially supported Google product.
33
33
The primary use cases for Kube Startup CPU Boosts are workloads that require extra CPU resources during
34
34
the startup phase - typically JVM based applications.
35
35
36
-
The Kube Startup CPU Boost leverages [In-place Resource Resize for Kubernetes Pods](https://kubernetes.io/blog/2023/05/12/in-place-pod-resize-alpha/)
36
+
The Kube Startup CPU Boost leverages [In-place Resource Resize for Kubernetes Pods](https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/)
37
37
feature introduced in Kubernetes 1.27. It allows to revert workload's CPU resource requests and limits
38
38
back to their original values without the need to recreate the Pods.
39
39
40
40
The increase of resources is achieved by Mutating Admission Webhook. By default, the webhook also
41
-
removes CPU resource limits if present. The original resource values are set by operator after a given
42
-
period of time or when the POD condition is met.
41
+
removes CPU resource limits if present. The original resource values are set by tge operator after a
42
+
given period of time or when the POD condition is met.
43
43
44
44
## Installation
45
45
46
-
**Requires Kubernetes 1.27 or newer with `InPlacePodVerticalScaling` feature gate
47
-
enabled.**
46
+
### Prerequisites
48
47
49
-
To install the latest release of Kube Startup CPU Boost in your cluster, run the following command:
48
+
***Requires Kubernetes 1.33 or newer**.
49
+
* For older clusters (>= 1.27), enable the `InPlacePodVerticalScaling` feature gate.
0 commit comments