You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-architecture/3935-oldest-node-newest-control-plane/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,13 +372,16 @@ Are planned v1.30 control plane changes as compatible with v1.27 nodes as n-2 no
372
372
### Impact summary
373
373
374
374
The calculated impact over the past two years if Kubernetes supported n-3 node skew:
375
-
*the sig-auth `BoundServiceAccountTokenVolume` feature GA would have moved from v1.22 to v1.23 (remaining in beta and enabled by default in v1.22).
376
-
*the sig-auth Pod Security update for the `IdentifyPodOS` feature would have moved from v1.25 to v1.26.
377
-
*the sig-network `IPTablesOwnershipCleanup` beta would have moved from v1.27 to v1.28.
378
-
*the sig-storage in-tree volume plugin cleanups would have been delayed by one release for OpenStack, AzureDisk, and AWS plugins.
375
+
* sig-auth:`BoundServiceAccountTokenVolume` feature GA would have moved from v1.22 to v1.23 (remaining in beta and enabled by default in v1.22).
376
+
* sig-auth: Pod Security update for the `IdentifyPodOS` feature would have moved from v1.25 to v1.26.
377
+
* sig-network:`IPTablesOwnershipCleanup` beta would have moved from v1.27 to v1.28.
378
+
* sig-storage: in-tree volume plugin cleanups would have been delayed by one release for OpenStack, AzureDisk, and AWS plugins.
379
379
380
380
The known impact over the next year if Kubernetes supports n-3 node skew:
381
-
* the sig-storage in-tree volume plugin cleanups would be delayed by one release for AzureFile and vSphere plugins (from v1.29 to v1.30).
381
+
* sig-storage: in-tree volume plugin cleanups would be delayed by one release for AzureFile and vSphere plugins (from v1.29 to v1.30). [KEP-1885](/keps/sig-storage/1885-csi-migration-azurefile) and [KEP-1491](/keps/sig-storage/1491-csi-migration-vsphere)
382
+
383
+
The known impact to other KEPs beyond the next year if Kubernetes supports n-3 node skew:
384
+
* sig-network: [KEP-3705](/keps/sig-network/3705-cloud-node-ips#version-skew-strategy) would need to keep support in CCM for the `alpha.kubernetes.io/provided-node-ip` annotation to accommodate n-3 nodes
0 commit comments