Skip to content

Commit 1fae813

Browse files
Update charts/fluent-operator/MIGRATION-v4.md
Co-authored-by: Marco Franssen <marco.franssen@gmail.com> Signed-off-by: Josh Baird <jbaird@galileo.io>
1 parent 615bb07 commit 1fae813

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

charts/fluent-operator/MIGRATION-v4.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,11 @@ v4.0 simplifies container runtime configuration by removing dynamic detection fo
2525

2626
**Migration:**
2727

28-
```yaml
29-
# v3.x implicit default
30-
# (no configuration)
3128

32-
# v4.0 - If still using Docker, explicitly set:
33-
containerRuntime: docker
29+
The containerRuntime now defaults to `containerd`. In `v3.x` the implicit default was `docker`. Use `containerRuntime: docker` to maintain `v3.x` behavior.
3430

35-
# v4.0 - If using containerd/CRI-O (recommended)
36-
# No changes needed! This is now the default.
37-
containerRuntime: containerd
31+
```diff
32+
+ containerRuntime: containerd
3833
```
3934

4035
### 2. initContainers Removed

0 commit comments

Comments
 (0)