File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
keps/sig-node/2535-ensure-secret-pulled-images Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 31
31
- [ Graduation Criteria] ( #graduation-criteria )
32
32
- [ Alpha] ( #alpha )
33
33
- [ Beta] ( #beta )
34
- - [ Deprecation] ( #deprecation )
35
34
- [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
36
35
- [ Version Skew Strategy] ( #version-skew-strategy )
37
36
- [ 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
671
670
- Kubelet cache is duplicated in memory and on disk. This is more resilient to I/O
672
671
operation errors when reading from disk.
673
672
674
- #### Deprecation
675
-
676
- N/A in alpha
677
- TBD subsequent to alpha
678
-
679
673
### Upgrade / Downgrade Strategy
680
674
681
675
### Version Skew Strategy
682
676
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.
685
682
686
683
## Production Readiness Review Questionnaire
687
684
You can’t perform that action at this time.
0 commit comments