From 20da7381b8cf03b36d864045574bc68c71ab426f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:06:11 -0700 Subject: [PATCH] [8.14] Adds note about DaemonSet support (backport #5675) (#5680) * Adds note about DaemonSet support (#5675) * Adds note about DaemonSet support * Update docs/getting-started/install-endpoint.asciidoc Co-authored-by: Joe Peeples * Update docs/release-notes/8.10.asciidoc Co-authored-by: Joe Peeples * Update docs/serverless/edr-install-config/install-elastic-defend.mdx Co-authored-by: Joe Peeples * updates wording --------- Co-authored-by: Joe Peeples (cherry picked from commit a662e9e6563e1ccc49b2f49d2d71d93bcce541d1) # Conflicts: # docs/serverless/edr-install-config/install-elastic-defend.mdx * Delete docs/serverless directory and its contents --------- Co-authored-by: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Co-authored-by: github-actions[bot] --- docs/getting-started/install-endpoint.asciidoc | 2 ++ docs/release-notes/8.10.asciidoc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/install-endpoint.asciidoc b/docs/getting-started/install-endpoint.asciidoc index 8173c574fb..d571fa71f7 100644 --- a/docs/getting-started/install-endpoint.asciidoc +++ b/docs/getting-started/install-endpoint.asciidoc @@ -19,6 +19,8 @@ Like other Elastic integrations, {elastic-defend} is integrated into the {agent} If you're using macOS, some versions may require you to grant Full Disk Access to different kernels, system extensions, or files. Refer to <> if you're installing the {elastic-endpoint} or <> for more information. +NOTE: {elastic-defend} does not support deployment within an {agent} DaemonSet in Kubernetes. + [discrete] [[add-security-integration]] == Add the {elastic-defend} integration diff --git a/docs/release-notes/8.10.asciidoc b/docs/release-notes/8.10.asciidoc index bf15a30606..dbf02b90d5 100644 --- a/docs/release-notes/8.10.asciidoc +++ b/docs/release-notes/8.10.asciidoc @@ -86,7 +86,8 @@ There are no user-facing changes in 8.10.2. [discrete] [[breaking-changes-8.10.0]] ==== Breaking changes -There are no breaking changes in 8.10.0. +* {elastic-defend} no longer supports deployment within an {agent} DaemonSet in Kubernetes. + [discrete] [[features-8.10.0]]