You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/send-data/kubernetes/v4/how-to-upgrade.md
+31-11Lines changed: 31 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ sidebar_label: How to Upgrade
5
5
description: This page describes how to upgrade Kubernetes Collection to v4.
6
6
---
7
7
8
+
This guide walks you through upgrading to Sumo Logic Kubernetes Collection v4.0.0, including key changes, migration steps, and best practices to ensure a smooth transition. Here's what’s new:
9
+
10
+
* OpenTelemetry (OTel) as the default metrics pipeline
11
+
* Removal of Fluent Bit and Fluentd configurations
12
+
* New ServiceMonitors and OTel processors for filtering metrics
13
+
* Updated CRDs for OpenTelemetry Operator
14
+
15
+
Before proceeding, ensure you meet the requirements and review the necessary configuration changes detailed in this guide.
16
+
8
17
## Requirements
9
18
10
19
-`helm3`
@@ -44,19 +53,17 @@ There are several scenarios here, depending on the exact use case:
44
53
45
54
You'll need to delete the remote write definition and [add an equivalent filter processor][otel_metrics_filter] rule to OTel.
46
55
47
-
### Upgrade the Kubernetes App
56
+
### Upgrade the Kubernetes app
48
57
49
-
**When?**: If you use the [Sumo Logic Kubernetes App](/docs/integrations/containers-orchestration/kubernetes/)
58
+
**When?**: If you use the [Sumo Logic Kubernetes app](/docs/integrations/containers-orchestration/kubernetes/)
50
59
51
-
Recording rule metrics removed in version 4 were used in the Sumo Kubernetes App. A new version of the App must be installed to ensure
52
-
compatibility with version 4 of Helm Chart. See [here][k8s_app_upgrade] for upgrade instructions.
60
+
Recording rule metrics removed in version 4 were used in the Sumo Logic Kubernetes app. A new version of the app must be installed to ensure compatibility with version 4 of Helm Chart. See [here][k8s_app_upgrade] for upgrade instructions.
To make the migration simpler, it's possible to configure v3 to be compatible with the new App. This way, you can migrate to the new App
59
-
before migrating to version 4. The configuration for version 3 is the following:
66
+
To make the migration simpler, it's possible to configure v3 to be compatible with the new app. This way, you can migrate to the new app before migrating to version 4. The configuration for version 3 is the following:
60
67
61
68
```yaml
62
69
kube-prometheus-stack:
@@ -81,9 +88,21 @@ kube-prometheus-stack:
81
88
#### Update custom resource definition for OpenTelemetry operator
82
89
83
90
:::note
84
-
Starting v4.12.0, please use the CRDs below
91
+
Starting with v4.12.0, please follow the steps below.
0 commit comments