Skip to content

Commit 9325f4f

Browse files
committed
Mark 3935 as implemented
1 parent 8c0988e commit 9325f4f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

keps/sig-architecture/3935-oldest-node-newest-control-plane/README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -346,28 +346,26 @@ Were v1.27 control plane changes as compatible with v1.24 nodes as n-2 nodes?
346346

347347
Are planned v1.28 control plane changes as compatible with v1.25 nodes as n-2 nodes?
348348
* Feature enablement in control plane components that will wait for node support
349-
* ...
349+
* ✅ None
350350
* Removal of deprecated behavior in control plane components
351351
* ✅ sig-storage: planned removal of in-tree volume plugins for `CSIMigrationGCE` feature, which is guaranteed on in v1.25 nodes ([#111301](https://github.com/kubernetes/kubernetes/pull/111301).
352-
* ...
353352
* Removal of deprecated REST APIs used by node components ([source](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-28))
354353
* ✅ None
355354

356355
Are planned v1.29 control plane changes as compatible with v1.26 nodes as n-2 nodes?
357356
* Feature enablement in control plane components that will wait for node support
358-
* ...
357+
* ✅ None
359358
* Removal of deprecated behavior in control plane components
360359
* ⚠️ sig-storage: planned removal of in-tree volume plugins for `CSIMigrationvSphere` and `CSIMigrationAzureFile` features, which are guaranteed on in v1.27 nodes ([#116610](https://github.com/kubernetes/kubernetes/pull/116610) and [#114953](https://github.com/kubernetes/kubernetes/pull/114953)).
361360
* Supporting n-3 nodes would delay removal of the in-tree volume plugins to v1.30.
362-
* ...
363361
* Removal of deprecated REST APIs used by node components ([source](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-29))
364362
* ✅ None
365363

366364
Are planned v1.30 control plane changes as compatible with v1.27 nodes as n-2 nodes?
367365
* Feature enablement in control plane components that will wait for node support
368-
* ...
366+
* ✅ None
369367
* Removal of deprecated behavior in control plane components
370-
* ...
368+
* ✅ None
371369
* Removal of deprecated REST APIs used by node components ([source](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-30))
372370
* ✅ None
373371

@@ -550,4 +548,5 @@ several inconsistencies or gaps were found. Links tracking improving those areas
550548

551549
## Implementation History
552550

553-
- 2023-04-03: Provisional KEP created
551+
- 2023-04-03: Provisional KEP created
552+
- 2023-08-01: Marked as implemented

keps/sig-architecture/3935-oldest-node-newest-control-plane/kep.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ participating-sigs:
88
- sig-cluster-lifecycle
99
- sig-network
1010
- sig-node
11-
status: implementable
11+
status: implemented
1212
creation-date: 2023-04-03
1313
reviewers:
1414
- "@soltysh" # sig-apps

0 commit comments

Comments
 (0)