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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: _includes/collector-upgrade.rst
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,11 @@
1
-
The installer script uses one of the supported package managers to install the Collector.
2
-
3
-
When you update the Collector using the official packages, configuration files are never overridden. If you need to update the configuration after an update, edit them manually before backward compatibility is dropped.
4
-
5
1
General guidelines
6
2
=================================
7
3
8
4
.. :note::
9
5
10
6
For every configuration update use the default agent config as a reference.
11
7
12
-
Apply the following changes to the Collector configuration files for specific version upgrades. For more details refer to :new-page:`Upgrade guidelines <ttps://github.com/signalfx/splunk-otel-collector?tab=readme-ov-file#upgrade-guidelines>` in GitHub.
8
+
Apply the following changes to the Collector configuration files for specific version upgrades. For more details refer to the :new-page:`Upgrade guidelines <https://github.com/signalfx/splunk-otel-collector?tab=readme-ov-file#upgrade-guidelines>` in GitHub.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-kubernetes/kubernetes-upgrade.rst
+66-12Lines changed: 66 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,15 @@ Read more in the official :new-page:`Helm upgrade options <https://helm.sh/docs/
35
35
Upgrade guidelines
36
36
=================================
37
37
38
+
The installer script uses one of the supported package managers to install the Collector.
39
+
40
+
When you update the Collector using the official packages, configuration files are never overridden. If you need to update the configuration after an update, edit them manually before backward compatibility is dropped.
41
+
38
42
.. :note::
39
43
40
44
For every configuration update use the default agent config as a reference.
41
45
42
-
Apply the following changes to the Collector configuration files for specific version upgrades. For more details refer to :new-page:`Upgrade guidelines <https://github.com/signalfx/splunk-otel-collector-chart/blob/main/UPGRADING.md>` in GitHub.
46
+
Apply the following changes to the Collector configuration files for specific version upgrades. For more details refer to :new-page:`Helm chart upgrade guidelines <https://github.com/signalfx/splunk-otel-collector-chart/blob/main/UPGRADING.md>` in GitHub. For generic guidelines see :ref:`otel-upgrade-k8s-guidelines-generic`.
43
47
44
48
From 0.113.0 to 0.116.0
45
49
---------------------------------------
@@ -59,14 +63,20 @@ New users
59
63
60
64
New users are advised to deploy CRDs via the crds/ directory. For a fresh installation, use the following Helm values:
If you're using chart versions 0.110.0 to 1.113.0, CRDs are likely deployed via Helm templates. To migrate to the recommended crds/ directory deployment:
If you're using chart versions 0.110.0 to 1.113.0 and prefer to continue deploying CRDs via Helm templates (not recommended), you can do so with the following values:
89
99
90
-
operator:
91
-
enabled: true
92
-
operator:
93
-
crds:
94
-
create: true
95
-
Warning: This method may cause race conditions during installation or upgrades
100
+
.. code-block:: yaml
101
+
102
+
operator:
103
+
enabled: true
104
+
operator:
105
+
crds:
106
+
create: true
107
+
108
+
.. caution:: This method may cause race conditions during installation or upgrades
109
+
110
+
From 0.105.5 to 0.108.0
111
+
---------------------------------------
112
+
113
+
We've simplified the Helm chart configuration for operator auto-instrumentation. The values previously under .Values.operator.instrumentation.spec.* have been moved to .Values.instrumentation.*.
114
+
115
+
No Action Needed: If you have no customizations under .Values.operator.instrumentation.spec.*, no migration is required.
116
+
Action Required: Continuing to use the old values path will result in a Helm install or upgrade error, blocking the process.
117
+
Migration Steps:
118
+
119
+
Find any references to .Values.operator.instrumentation.spec.* in your Helm values with custom values.
120
+
Migrate them from .Values.operator.instrumentation.spec.* to .Values.instrumentation.*.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-linux/linux-upgrade.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ Upgrade the Collector for Linux
8
8
.. meta::
9
9
:description: Upgrade the Splunk Distribution of OpenTelemetry Collector for Linux.
10
10
11
+
The installer script uses one of the supported package managers to install the Collector.
11
12
13
+
When you update the Collector using the official packages, configuration files are never overridden. If you need to update the configuration after an update, edit them manually before backward compatibility is dropped.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-windows/windows-upgrade.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ Upgrade the Collector for Windows
8
8
.. meta::
9
9
:description: Upgrade the Splunk Distribution of OpenTelemetry Collector.
10
10
11
+
The installer script uses one of the supported package managers to install the Collector.
11
12
13
+
When you update the Collector using the official packages, configuration files are never overridden. If you need to update the configuration after an update, edit them manually before backward compatibility is dropped.
0 commit comments