We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fae813 commit ad762e8Copy full SHA for ad762e8
charts/fluent-operator/MIGRATION-v4.md
@@ -53,22 +53,19 @@ The containerRuntime now defaults to `containerd`. In `v3.x` the implicit defaul
53
54
**Migration:**
55
56
-```yaml
57
-# v3.x configuration (REMOVED)
58
-operator:
59
- initcontainer:
60
- image:
61
- registry: docker.io
62
- repository: docker
63
- tag: "20.10"
+The operator initContainer has been removed.
+
+```diff
+ operator:
+- initcontainer:
+- image:
+- registry: docker.io
+- repository: docker
64
+- tag: "20.10"
65
resources:
66
limits:
67
cpu: 100m
68
memory: 64Mi
-
69
-# v4.0 - No replacement needed
70
-# initContainer functionality is removed
71
-# If you need custom resource limits, adjust operator.resources instead
72
```
73
74
### 3. Log Path Configuration Simplified
0 commit comments