From fc01c86e52b26382d0af2e19219de8b36db120a7 Mon Sep 17 00:00:00 2001 From: Michael Morello Date: Thu, 2 Jul 2020 08:26:00 +0200 Subject: [PATCH] Make podTemplate documentation more general (#3370) * Generalize podTemplate documentation --- .../customize-pods.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/orchestrating-elastic-stack-applications/customize-pods.asciidoc b/docs/orchestrating-elastic-stack-applications/customize-pods.asciidoc index 2fbb2aca6f..e11c8931e7 100644 --- a/docs/orchestrating-elastic-stack-applications/customize-pods.asciidoc +++ b/docs/orchestrating-elastic-stack-applications/customize-pods.asciidoc @@ -7,7 +7,7 @@ endif::[] [id="{p}-{page_id}"] = Customize Pods -You can customize the Pods created for each Elasticsearch, Kibana, or APM Server resource by modifying the respective `podTemplate` field in the manifest. Pod templates allow you to define labels, annotations, environment variables, volume mounts, and other custom configuration settings that are then merged with the default Pod configuration generated by ECK to produce the final Pod definition that gets deployed to the Kubernetes cluster. +You can customize the Pods created for each Elastic stack application by modifying the respective `podTemplate` field in the manifest. Pod templates allow you to define labels, annotations, environment variables, volume mounts, and other custom configuration settings that are then merged with the default Pod configuration generated by ECK to produce the final Pod definition that gets deployed to the Kubernetes cluster. The following example illustrates how to add a custom label, annotation, and an environment variable using the `podTemplate` field. @@ -62,7 +62,7 @@ spec: value: "true" ---- -NOTE: APM Server configuration is identical to the Kibana configuration except for the `apiVersion` and `kind` fields. +NOTE: Configuration for other Elastic stack applications, like APM Server, Enterprise Search or Beats, is identical to the Kibana configuration except for the `apiVersion` and `kind` fields. The example below shows how it's also possible to customize the init containers created as part of the Pods to initialize the filesystem or to manage the keystores.