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
Adds known issue related to missing docker image in 9.0 (#2116)
Fixes#1310 by adding a known issue that explains the issue encountered
by the issue's author.
---------
Co-authored-by: Nastasha Solomon <[email protected]>
Copy file name to clipboardExpand all lines: release-notes/elastic-security/known-issues.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,22 @@ Known issues are significant defects or limitations that may impact your impleme
16
16
17
17
% :::
18
18
19
+
20
+
21
+
:::{dropdown} The {{elastic-agent}} Docker image is not available at `docker.elastic.co/beats/elastic-agent:9.0.0`
22
+
23
+
Applies to: 9.0.0
24
+
25
+
**Impact**
26
+
27
+
The {{elastic-agent}} image is not available from `docker.elastic.co/beats/elastic-agent:9.0.0`. The default manifests for integrations that run {{elastic-agent}} on Kubernetes—such as CSPM or CNVM—use this image location, resulting in an error.
28
+
29
+
**Workaround**
30
+
31
+
Instead of trying to pull the image from `docker.elastic.co/beats/elastic-agent:9.0.0`, edit the manifests to pull it from `docker.elastic.co/elastic-agent/elastic-agent:9.0.0`.
32
+
:::
33
+
34
+
19
35
:::{dropdown} Elastic Defend's Network driver may lead to bug checks
20
36
21
37
**Applies to: {{agent}} 8.17.8, 8.18.3, and 9.0.3**
0 commit comments