Skip to content

Commit dc12873

Browse files
committed
Add CCM KEP-3705 future cleanup impact, link storage KEP cleanups
1 parent 78faf3d commit dc12873

File tree

1 file changed

+8
-5
lines changed
  • keps/sig-architecture/3935-oldest-node-newest-control-plane

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,16 @@ Are planned v1.30 control plane changes as compatible with v1.27 nodes as n-2 no
372372
### Impact summary
373373

374374
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.
379379

380380
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
382385

383386
### Test Plan
384387

0 commit comments

Comments
 (0)