Skip to content

Commit 0ccf1be

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 3fe3cfe commit 0ccf1be

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

charts/fluent-operator/MIGRATION-v4.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,14 @@ The operator initContainer has been removed.
8686

8787
**Migration:**
8888

89-
```yaml
90-
# v3.x configuration (DEPRECATED)
91-
operator:
92-
logPath:
93-
containerd: /var/log
9489

95-
# v4.0 - Use direct path specification
96-
operator:
97-
containerLogPath: "/var/log/containers"
90+
In v3 the root directory was specified for the log path. In v4 this will be the full path to the container logs folder.
9891

99-
# Note: The v3 config specified the ROOT directory
100-
# The v4 config specifies the FULL path to containers directory
92+
```diff
93+
operator:
94+
- logPath:
95+
- containerd: /var/log
96+
+ containerLogPath: "/var/log/containers"
10197
```
10298

10399
## Default Paths by Runtime

0 commit comments

Comments
 (0)