File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
keps/sig-node/1287-in-place-update-pod-resources Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -291,9 +291,7 @@ If a pod's RestartPolicy is `Never`, the ResizePolicy fields must be set to
291
291
in the container being stopped * and not restarted* , if the system can not
292
292
perform the resize in place.
293
293
294
- The ` ResizePolicy ` field is mutable. Only append is strictly required to support in-place resize
295
- (for new resource requirements), and we may reevaluate full mutability if additional edge cases are
296
- discovered in implementation.
294
+ The ` ResizePolicy ` field is immutable.
297
295
298
296
#### Resize Status
299
297
@@ -856,8 +854,7 @@ pod updates where `.status...resources` changed.
856
854
Pod v1 core API:
857
855
* extend API
858
856
* auto-reset Status.Resize on changes to Resources
859
- * added validation allowing only CPU and memory resource changes,
860
- * set default for ResizePolicy
857
+ * added validation allowing only CPU and memory resource changes
861
858
862
859
Admission Controllers: LimitRanger, ResourceQuota need to support Pod Updates:
863
860
* for ResourceQuota, podEvaluator.Handler implementation is modified to allow
You can’t perform that action at this time.
0 commit comments