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/compatibility.md
+17-3
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
This document details compatibility guarantees the OpenTelemetry Operator offers for its dependencies and platforms.
4
4
5
+
## Kubernetes
6
+
7
+
As a rule, the operator tries to be compatible with as wide a range of Kubernetes versions as possible.
8
+
9
+
We will *always* support all the versions maintained by the upstream Kubernetes project, as detailed on its [releases page][kubernetes_releases].
10
+
11
+
We will make every effort to support all Kubernetes versions maintained by popular distributions and hosted platforms. For example, you can realistically expect us to always support all versions offered by [OpenShift][openshift_support] and [AWS EKS][aws_support].
12
+
13
+
Whenever we do remove support for a Kubernetes version, we will give at least one month's notice beforehand.
14
+
15
+
The [compatibility matrix](#compatibility-matrix) below precisely shows the supported Kubernetes versions for each operator release.
16
+
5
17
## OpenTelemetry Operator vs. OpenTelemetry Collector
6
18
7
19
The OpenTelemetry Operator follows the same versioning as the operand (OpenTelemetry Collector) up to the minor part of the version. For example, the OpenTelemetry Operator v0.18.1 tracks OpenTelemetry Collector 0.18.0. The patch part of the version indicates the patch level of the operator itself, not that of OpenTelemetry Collector. Whenever a new patch version is released for OpenTelemetry Collector, we'll release a new patch version of the operator.
@@ -12,8 +24,6 @@ When a custom `Spec.Image` is used with an `OpenTelemetryCollector` resource, th
12
24
13
25
## Compatibility matrix
14
26
15
-
We strive to be compatible with the widest range of Kubernetes versions as possible, but some changes to Kubernetes itself require us to break compatibility with older Kubernetes versions, be it because of code incompatibilities, or in the name of maintainability. Every released operator will support a specific range of Kubernetes versions, to be determined at the latest during the release.
16
-
17
27
We use `cert-manager` for some features of this operator and the third column shows the versions of the `cert-manager` that are known to work with this operator's versions.
18
28
19
29
The Target Allocator supports prometheus-operator CRDs like ServiceMonitor, and it does so by using packages imported from prometheus-operator itself. The table shows which version is shipped with a given operator version.
@@ -46,4 +56,8 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
0 commit comments