File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
vertical-pod-autoscaler/enhancements/4016-in-place-updates-support Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
- [ Proposal] ( #proposal )
9
9
- [ Context] ( #context )
10
10
- [ Design Details] ( #design-details )
11
- - [ 1. Applying Updates During Pod Admission] ( #applying-updates-during-pod-admission )
12
- - [ 2. In-Place Updates] ( #in-place-updates )
11
+ - [ Applying Updates During Pod Admission] ( #applying-updates-during-pod-admission )
12
+ - [ In-Place Updates] ( #in-place-updates )
13
13
- [ Comparison of ` UpdateMode ` s] ( #comparison-of-updatemodes )
14
14
- [ Test Plan] ( #test-plan )
15
15
- [ Implementation History] ( #implementation-history )
@@ -130,12 +130,12 @@ We classify two types of updates in the context of this new mode:
130
130
1 . Updates on pod admission
131
131
2 . In-place updates
132
132
133
- ### 1. Applying Updates During Pod Admission
133
+ ### Applying Updates During Pod Admission
134
134
135
135
For VPAs using the new ` InPlaceOrRecreate ` mode, the VPA Admission Controller will apply updates to
136
136
starting pods just as it does for VPAs in ` Initial ` , ` Auto ` , and ` Recreate ` modes.
137
137
138
- ### 2. In-Place Updates
138
+ ### In-Place Updates
139
139
140
140
In the ` InPlaceOrRecreate ` modes, and for updates that require a container restart, the VPA updater
141
141
will attempt to apply updates in place. It will update them under the same conditions that would
You can’t perform that action at this time.
0 commit comments