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: release-notes/elastic-observability/known-issues.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,33 @@ Known issues are significant defects or limitations that may impact your impleme
16
16
17
17
% :::
18
18
19
+
20
+
:::{dropdown} Error when using the Kubernetes OpenTelemetry quickstart onboarding flow
21
+
Applies to: {{stack}}
22
+
23
+
**Impact**
24
+
25
+
Users with Helm version 3.18.5 or later will experience the following error when using the [Kubernetes OpenTelemetry quickstart](/solutions/observability/get-started/quickstart-unified-kubernetes-observability-with-elastic-distributions-of-opentelemetry-edot.md) onboarding flow.
26
+
27
+
```
28
+
Error: values don't meet the specifications of the schema(s) in the following chart(s):
29
+
opentelemetry-operator:
30
+
"file:///values.schema.json#" is not valid against metaschema: jsonschema validation failed with 'https://json-schema.org/draft/2019-09/schema#'
31
+
- at '': 'allOf' failed
32
+
- at '/properties/manager': 'allOf' failed
33
+
- at '/properties/manager/properties/featureGates': 'allOf' failed
34
+
- at '/properties/manager/properties/featureGates/examples': got string, want array
35
+
```
36
+
37
+
For more information, check [Issue 1809](https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1809).
38
+
39
+
**Workaround**
40
+
41
+
Downgrade Helm to version 3.18.4.
42
+
43
+
:::
44
+
45
+
19
46
:::{dropdown} Observability AI Assistant - Elastic Managed LLM may be automatically selected as default connector
0 commit comments