Skip to content

Commit f4af7cc

Browse files
authored
[Observability][Known issue] Add Kubernetes OpenTelemetry onboarding issue (#2680)
This PR closes #2677 and adds the known issue regarding the Kubernetes OTel quickstart.
1 parent b445466 commit f4af7cc

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

release-notes/elastic-observability/known-issues.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,35 @@ Known issues are significant defects or limitations that may impact your impleme
1616

1717
% :::
1818

19+
20+
:::{dropdown} Error when using the Kubernetes OpenTelemetry quickstart onboarding flow
21+
Applies to: {{stack}}
22+
23+
**Details**
24+
25+
Users with Helm version 3.18.5 or later will see an error similar to the following 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:
38+
* [Issue 232667](https://github.com/elastic/kibana/pull/232667)
39+
* [Issue 9535](https://github.com/elastic/elastic-agent/pull/9535)
40+
41+
**Workaround**
42+
43+
Downgrade Helm to version 3.18.4.
44+
45+
:::
46+
47+
1948
:::{dropdown} Observability AI Assistant - Elastic Managed LLM may be automatically selected as default connector
2049

2150
Applies to: {{stack}} 9.x

0 commit comments

Comments
 (0)