-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
When we define an OpenTelemetryCollector resource with the following header:
apiVersion: opentelemetry.io/v1alpha1
kind: OpenTelemetryCollector
metadata:
name: test
namespace: otel
// .spec
and apply it through the CLI, we get the following warning:
oc apply -f test.yml Warning: OpenTelemetryCollector v1alpha1 is deprecated. Migrate to v1beta1. opentelemetrycollector.opentelemetry.io/test created
Therefore, many of my colleagues and I have migrated to opentelemetry.io/v1beta1. The issue we face is that most of the documentation is still written for v1alpha1, which makes it challenging to determine the recommended version.
How should we proceed?