Skip to content

Commit

Permalink
inplace update
Browse files Browse the repository at this point in the history
  • Loading branch information
TalktoCrystal committed Apr 23, 2024
1 parent 3e06f61 commit fff6aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enable in-place update
In Kubernetes versions below 1.27, we have seen support for in-place updates of Resources in many Kubernetes distributions. Different distributions may adopt different approaches to implement this feature.

To accommodate these Kubernetes distributions, KubeBlocks has introduced the IgnorePodVerticalScaling feature switch. When this feature is enabled, KubeBlocks ignores updates to CPU and Memory in Resources during instance updates, ensuring that the Resources configuration of the final rendered Pod remains consistent with the Resources configuration of the currently running Pod.
To accommodate these Kubernetes distributions, KubeBlocks has introduced the `IgnorePodVerticalScaling` feature switch. When this feature is enabled, KubeBlocks ignores updates to CPU and Memory in Resources during instance updates, ensuring that the Resources configuration of the final rendered Pod remains consistent with the Resources configuration of the currently running Pod.

0 comments on commit fff6aa9

Please sign in to comment.