Commit c0beccf
docs: clarify container runtime requirements for
Add explicit container runtime version requirements to the ImageVolume
documentation. While the `ImageVolume` feature gate must be enabled in
Kubernetes 1.33, users also need a compatible container runtime version:
- containerd v2.1.0 or later
- CRI-O v1.31 or later
This addresses issues where users enable the feature gate but encounter
errors due to older container runtime versions that don't support
ImageVolume (e.g., containerd 1.7.27 in default minikube images).
Closes cloudnative-pg#9354
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>ImageVolume (cloudnative-pg#9368)1 parent 658f19c commit c0beccf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
0 commit comments