Skip to content

Commit c9cde59

Browse files
committed
Update version skew strategy and use original beta/ga milestones
1 parent df4f2c8 commit c9cde59

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,15 @@ Downgrade involves doing the above in reverse.
695695

696696
### Version Skew Strategy
697697
Kubelet and the CRI runtime versions are expected to match so we don't have to worry about.
698+
698699
Previous versions of clients that are unaware of the new ResizePolicy fields would set them
699-
to nil. API server mutates such updates by copying non-nil values from old Pod to current Pod
700+
to nil. API server mutates such updates by copying non-nil values from old Pod to the current
701+
Pod.
702+
703+
A previous version of kubelet interprets mutation to Pod Resources as a Container definition
704+
change and will restart the container with the new Resources. This could lead to Node resource
705+
over-subscription. In order to address this, the feature-gate will remain default false for
706+
atleast two versions after the initial release that carries it.
700707

701708
## Production Readiness Review Questionnaire
702709

keps/sig-node/1287-in-place-update-pod-resources/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ latest-milestone: "v1.22"
3535

3636
milestone:
3737
alpha: "v1.22"
38-
beta: "v1.24"
39-
stable: "v1.26"
38+
beta: "v1.23"
39+
stable: "v1.25"
4040

4141
feature-gates:
4242
- name: InPlacePodVerticalScaling

keps/sig-node/2273-kubelet-container-resources-cri-api-changes/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ latest-milestone: "v1.22"
2626

2727
milestone:
2828
alpha: "v1.22"
29-
beta: "v1.24"
30-
stable: "v1.26"
29+
beta: "v1.23"
30+
stable: "v1.25"
3131

3232
feature-gates:
3333
- name: InPlacePodVerticalScaling

0 commit comments

Comments
 (0)