Skip to content

Commit 2c1d2ca

Browse files
committed
kep-2535: document version skew strategy
Signed-off-by: Stanislav Láznička <[email protected]>
1 parent bd6cd74 commit 2c1d2ca

File tree

1 file changed

+5
-8
lines changed
  • keps/sig-node/2535-ensure-secret-pulled-images

1 file changed

+5
-8
lines changed

keps/sig-node/2535-ensure-secret-pulled-images/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
- [Graduation Criteria](#graduation-criteria)
3232
- [Alpha](#alpha)
3333
- [Beta](#beta)
34-
- [Deprecation](#deprecation)
3534
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
3635
- [Version Skew Strategy](#version-skew-strategy)
3736
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -671,17 +670,15 @@ At beta we will revisit if e2e buckets are warranted for e2e node, and after gat
671670
- Kubelet cache is duplicated in memory and on disk. This is more resilient to I/O
672671
operation errors when reading from disk.
673672

674-
#### Deprecation
675-
676-
N/A in alpha
677-
TBD subsequent to alpha
678-
679673
### Upgrade / Downgrade Strategy
680674

681675
### Version Skew Strategy
682676

683-
N/A for alpha
684-
TBD subsequent to alpha
677+
Version skew between the versions of the on-disk cache records should be handled
678+
during initialization of the cache by performing a storage migration (e.g. migrating
679+
the records from v1alpha1 to v1beta1).
680+
681+
The kubelet should be able to read cache records within the supported kubelet skew.
685682

686683
## Production Readiness Review Questionnaire
687684

0 commit comments

Comments
 (0)