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
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,15 @@
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
-
Apply the following changes to the Collector configuration files for specific version upgrades.
9
-
10
-
.. :important::
4
+
.. :note::
11
5
12
6
For every configuration update use the default agent config as a reference.
13
7
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.
:description: Upgrade the Splunk Distribution of the OpenTelemetry Collector for Kubernetes.
25
10
26
11
.. _otel-upgrade-k8s:
27
12
28
13
Upgrade the Collector for Kubernetes
29
14
=======================================
30
15
16
+
The installer script uses one of the supported package managers to install the Collector. 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.
17
+
18
+
.. :note:: For every configuration update use the default agent config as a reference.
19
+
31
20
To upgrade the Collector for Kubernetes run the following commands:
32
21
33
22
- Use the flag ``--reuse-values`` to keep the config values you'd already set while installing or using the Collector:
@@ -43,7 +32,119 @@ To upgrade the Collector for Kubernetes run the following commands:
Read more in the official Helm upgrade options documentation at :new-page:`https://helm.sh/docs/helm/helm_upgrade/#options <https://helm.sh/docs/helm/helm_upgrade/#options>`.
35
+
Read more in the official :new-page:`Helm upgrade options <https://helm.sh/docs/helm/helm_upgrade/#options>` documentation.
36
+
37
+
.. _otel-upgrade-k8s-guidelines:
38
+
39
+
Upgrade guidelines
40
+
=================================
41
+
42
+
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.
43
+
44
+
From 0.113.0 to 0.116.0
45
+
---------------------------------------
46
+
47
+
Custom resource definition (CRD) configuration has been modified.
48
+
49
+
* Before v0.110.0 CRDs were deployed via a ``crds/`` directory (upstream default).
50
+
* From v0.110.0 to v1.113.0 CRDs were deployed using Helm templates (upstream default), which had reported issues.
51
+
* From v0.116.0 and higher, you must explicitly configure your preferred CRD deployment method or deploy the CRDs manually to avoid potential issues. You can deploy CRDs via a ``crds/`` directory again by enabling a newly added value.
52
+
53
+
New users
54
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
55
+
56
+
If you're a new user deploy CRDs via the ``crds/`` directory. For a fresh installation use the following Helm values:
You might need to migrate if using ``operator.enabled=true``.
75
+
76
+
If you're using versions 0.110.0 to 1.113.0, CRDs are likely deployed via Helm templates. To migrate to the recommended ``crds/`` directory deployment:
77
+
78
+
1. Delete the existing chart running
79
+
80
+
.. code-block:: bash
81
+
82
+
helm delete <release-name>
83
+
84
+
2. Verify if the following CRDs are present and delete them if necessary:
If you're using chart versions 0.110.0 to 1.113.0 and prefer to continue deploying CRDs via Helm templates (not recommended), use the following values:
103
+
104
+
.. code-block:: yaml
105
+
106
+
operator:
107
+
enabled: true
108
+
operator:
109
+
crds:
110
+
create: true
111
+
112
+
.. caution:: This method might cause race conditions during installation or upgrades.
113
+
114
+
From 0.105.5 to 0.108.0
115
+
---------------------------------------
116
+
117
+
.. note:: If you have no customizations under ``.Values.operator.instrumentation.spec.*`` no migration is required.
118
+
119
+
The Helm chart configuration for operator auto-instrumentation has been simplified, and the values previously under ``.Values.operator.instrumentation.spec.*`` have been moved 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