Skip to content

Commit c0beccf

Browse files
mnenciagbartolini
andauthored
docs: clarify container runtime requirements for ImageVolume (cloudnative-pg#9368)
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>
1 parent 658f19c commit c0beccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/imagevolume_extensions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ To use image volume extensions with CloudNativePG, you need:
4848

4949
- **PostgreSQL 18 or later**, with support for `extension_control_path`.
5050
- **Kubernetes 1.33**, with the `ImageVolume` feature gate enabled.
51+
- **Container runtime with `ImageVolume` support**:
52+
- `containerd` v2.1.0 or later, or
53+
- `CRI-O` v1.31 or later.
5154
- **CloudNativePG-compatible extension container images**, ensuring:
5255
- Matching PostgreSQL major version of the `Cluster` resource.
5356
- Compatible operating system distribution of the `Cluster` resource.

0 commit comments

Comments
 (0)