Skip to content

Commit 3252a0d

Browse files
Merge branch 'lens-point-visibility' of github.com:florent-leborgne/docs-content into lens-point-visibility
2 parents d2e6264 + c8fce4f commit 3252a0d

File tree

179 files changed

+2517
-1096
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+2517
-1096
lines changed

deploy-manage/autoscaling/autoscaling-in-eck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ spec:
177177
max: 512Gi
178178
```
179179

180-
You can find [a complete example in the ECK GitHub repository](https://github.com/elastic/cloud-on-k8s/blob/{{eck_release_branch}}/config/recipes/autoscaling/elasticsearch.yaml) which will also show you how to fine-tune the [autoscaling deciders](/deploy-manage/autoscaling/autoscaling-deciders.md).
180+
You can find [a complete example in the ECK GitHub repository](https://github.com/elastic/cloud-on-k8s/blob/{{version.eck | M.M}}/config/recipes/autoscaling/elasticsearch.yaml) which will also show you how to fine-tune the [autoscaling deciders](/deploy-manage/autoscaling/autoscaling-deciders.md).
181181

182182

183183
#### Change the polling interval [k8s-autoscaling-polling-interval]

deploy-manage/cloud-connect.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
applies_to:
3+
deployment:
4+
self:
5+
ece:
6+
eck:
7+
navigation_title: Cloud Connect
8+
---
9+
10+
# Cloud Connect
11+
12+
Cloud Connect enables you to use {{ecloud}} services in your self-managed cluster without having to install and maintain their infrastructure yourself. In this way, you can get faster access to new features while significantly reducing your operational overhead.
13+
14+
Cloud Connect is included with your [self-managed Enterprise license](https://www.elastic.co/subscriptions) and works with self-managed free trials for the duration of the trial period.
15+
16+
AutoOps is the first service available for use with Cloud Connect. More services are coming soon.
17+
18+
### AutoOps
19+
20+
[AutoOps](/deploy-manage/monitor/autoops.md) is a monitoring tool that helps you manage your cluster with real-time issue detection, performance recommendations, and resolution paths. By analyzing hundreds of {{es}} metrics, your configuration, and usage patterns, AutoOps recommends operational and monitoring insights that deliver real savings in administration time and hardware cost.
21+
22+
Learn how to set up and use [](/deploy-manage/monitor/autoops/cc-autoops-as-cloud-connected.md).
23+
24+
## FAQs
25+
26+
Find answers to your questions about Cloud Connect.
27+
28+
:::{dropdown} Does using Cloud Connect require additional payment?
29+
30+
$$$cc-payment$$$
31+
32+
No. Cloud Connect is included with your [self-managed Enterprise license](https://www.elastic.co/subscriptions) and works with self-managed free trials for the duration of the trial period.
33+
34+
However, you may incur additional costs for specific functions within a cloud connected service. For example, when sending metrics data from your cluster in a CSP region to AutoOps in {{ecloud}}, shipping costs will be determined by your agreement with that CSP.
35+
:::
36+
37+
:::{dropdown} Does using Cloud Connect consume ECU?
38+
39+
$$$cc-ecu$$$
40+
41+
No. The currently available functionality does not consume ECU, but this may change when more features are introduced.
42+
:::
43+
44+
:::{dropdown} Will my data be safe when using Cloud Connect?
45+
46+
$$$cc-data$$$
47+
48+
Yes. For AutoOps, {{agent}} only sends cluster metrics to {{ecloud}}, not the underlying data within your cluster. Learn more in [](/deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md).
49+
:::
50+
51+
:::{dropdown} Are more services going to be available with Cloud Connect?
52+
53+
$$$cc-more-services$$$
54+
55+
Yes. AutoOps is the first of many cloud connected services to come. The next planned service is the Elastic Inference Service (EIS), which will provide GPU-powered inference for use cases like semantic search and text embeddings.
56+
:::
57+

deploy-manage/deploy/cloud-enterprise/ece-install-offline-images.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Versions of the {{stack}}, containing {{es}}, {{kib}}, and other products, are a
1414

1515
The first table contains the stack versions that shipped with the 4.0 version of {{ece}}. You can also check the [most recent stack packs and Docker images](#ece-recent-download-list), which might have released after the 4.0 version of ECE, as well as the [full list of available stack packs and Docker images](#ece-full-download-list).
1616

17-
| Docker images included with {{ece}} {{ece_version}} |
17+
| Docker images included with {{ece}} {{version.ece}} |
1818
| --- |
19-
| docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{ece_version}} |
19+
| docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}} |
2020
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.0 |
2121
| docker.elastic.co/cloud-release/kibana-cloud:8.18.0 |
2222
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.0 |
@@ -38,16 +38,16 @@ Enterprise Search is not available in versions 9.0+.
3838

3939
| Required downloads | Minimum required ECE version |
4040
| --- | --- |
41-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.0.4](https://download.elastic.co/cloud-enterprise/versions/9.0.4.zip) | ECE 4.0.0 |
42-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.4 | ECE 4.0.0 |
43-
| docker.elastic.co/cloud-release/kibana-cloud:9.0.4 | ECE 4.0.0 |
44-
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.4 | ECE 4.0.0 |
41+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.1.0](https://download.elastic.co/cloud-enterprise/versions/9.1.0.zip) | ECE 4.0.0 |
42+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.1.0 | ECE 4.0.0 |
43+
| docker.elastic.co/cloud-release/kibana-cloud:9.1.0 | ECE 4.0.0 |
44+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.1.0 | ECE 4.0.0 |
4545
| | |
46-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.4](https://download.elastic.co/cloud-enterprise/versions/8.18.4.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
47-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.4 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
48-
| docker.elastic.co/cloud-release/kibana-cloud:8.18.4 | ECE 3.0.0 |
49-
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.4 | ECE 3.0.0 |
50-
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.4 | ECE 3.0.0 |
46+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.0](https://download.elastic.co/cloud-enterprise/versions/8.19.0.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
47+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.0 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
48+
| docker.elastic.co/cloud-release/kibana-cloud:8.19.0 | ECE 3.0.0 |
49+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.0 | ECE 3.0.0 |
50+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.0 | ECE 3.0.0 |
5151
| | |
5252
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 7.17.29](https://download.elastic.co/cloud-enterprise/versions/7.17.29.zip) | ECE 2.2.2 |
5353
| docker.elastic.co/cloud-assets/elasticsearch:7.17.29-0 | ECE 2.2.2 |
@@ -67,6 +67,11 @@ Enterprise Search is not available in versions 9.0+.
6767
::::{dropdown} Expand to view the full list
6868
| Required downloads | Minimum required ECE version |
6969
| --- | --- |
70+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.1.0](https://download.elastic.co/cloud-enterprise/versions/9.1.0.zip) | ECE 4.0.0 |
71+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.1.0 | ECE 4.0.0 |
72+
| docker.elastic.co/cloud-release/kibana-cloud:9.1.0 | ECE 4.0.0 |
73+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.1.0 | ECE 4.0.0 |
74+
| | |
7075
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.0.4](https://download.elastic.co/cloud-enterprise/versions/9.0.4.zip) | ECE 4.0.0 |
7176
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.4 | ECE 4.0.0 |
7277
| docker.elastic.co/cloud-release/kibana-cloud:9.0.4 | ECE 4.0.0 |
@@ -92,6 +97,12 @@ Enterprise Search is not available in versions 9.0+.
9297
| docker.elastic.co/cloud-release/kibana-cloud:9.0.0 | ECE 4.0.0 |
9398
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.0 | ECE 4.0.0 |
9499
| | |
100+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.0](https://download.elastic.co/cloud-enterprise/versions/8.19.0.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
101+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.0 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
102+
| docker.elastic.co/cloud-release/kibana-cloud:8.19.0 | ECE 3.0.0 |
103+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.0 | ECE 3.0.0 |
104+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.0 | ECE 3.0.0 |
105+
| | |
95106
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.4](https://download.elastic.co/cloud-enterprise/versions/8.18.4.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
96107
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.4 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
97108
| docker.elastic.co/cloud-release/kibana-cloud:8.18.4 | ECE 3.0.0 |

deploy-manage/deploy/cloud-enterprise/ece-install-offline-no-registry.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To perform an offline installation without a private Docker registry, you have t
1616
1. On an internet-connected host that has Docker installed, download the [Available Docker Images](ece-install-offline-images.md). Note that for ECE version 4.0, if you want to use {{stack}} version 9.0 in your deployments, you need to download and make available both the version 8.x and version 9.x Docker images (the version 8.x images are required for system deployments).
1717

1818
```sh subs=true
19-
docker pull docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{ece_version}}
19+
docker pull docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
2020
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.0
2121
docker pull docker.elastic.co/cloud-release/kibana-cloud:8.18.0
2222
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.0
@@ -26,15 +26,15 @@ To perform an offline installation without a private Docker registry, you have t
2626
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.0
2727
```
2828

29-
For example, for {{ece}} {{ece_version}} and the {{stack}} versions it shipped with, you need:
29+
For example, for {{ece}} {{version.ece}} and the {{stack}} versions it shipped with, you need:
3030

31-
* {{ece}} {{ece_version}}
31+
* {{ece}} {{version.ece}}
3232
* {{es}} 9.0.0, {{kib}} 9.0.0, and APM 9.0.0
3333

3434
2. Create .tar files of the images:
3535

3636
```sh subs=true
37-
docker save -o ece.{{ece_version}}.tar docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{ece_version}}
37+
docker save -o ece.{{version.ece}}.tar docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
3838
docker save -o es.8.18.0.tar docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.0
3939
docker save -o kibana.8.18.0.tar docker.elastic.co/cloud-release/kibana-cloud:8.18.0
4040
docker save -o apm.8.18.0.tar docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.0
@@ -48,7 +48,7 @@ To perform an offline installation without a private Docker registry, you have t
4848
4. On each host, load the images into Docker, replacing `FILE_PATH` with the correct path to the .tar files:
4949

5050
```sh subs=true
51-
docker load < FILE_PATH/ece.{{ece_version}}.tar
51+
docker load < FILE_PATH/ece.{{version.ece}}.tar
5252
docker load < FILE_PATH/es.8.18.0.tar
5353
docker load < FILE_PATH/kibana.8.18.0.tar
5454
docker load < FILE_PATH/apm.8.18.0.tar

deploy-manage/deploy/cloud-enterprise/ece-install-offline-with-registry.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installing ECE on multiple hosts with your own registry server is simpler, becau
2222
2. On an internet-connected host that has Docker installed, download the [Available Docker Images](ece-install-offline-images.md) and push them to your private Docker registry. Note that for ECE version 4.0, if you want to use {{stack}} version 9.0 in your deployments, you need to download and make available both the version 8.x and version 9.x Docker images.
2323

2424
```sh subs=true
25-
docker pull docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{ece_version}}
25+
docker pull docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
2626
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.0
2727
docker pull docker.elastic.co/cloud-release/kibana-cloud:8.18.0
2828
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.0
@@ -32,9 +32,9 @@ Installing ECE on multiple hosts with your own registry server is simpler, becau
3232
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.0
3333
```
3434

35-
For example, for {{ece}} {{ece_version}} and the {{stack}} versions it shipped with, you need:
35+
For example, for {{ece}} {{version.ece}} and the {{stack}} versions it shipped with, you need:
3636

37-
* {{ece}} {{ece_version}}
37+
* {{ece}} {{version.ece}}
3838
* {{es}} 9.0.0, {{kib}} 9.0.0, APM 9.0.0
3939

4040
:::{important}
@@ -44,7 +44,7 @@ Installing ECE on multiple hosts with your own registry server is simpler, becau
4444
3. Tag the Docker images with your private registry URL by replacing `REGISTRY` with your actual registry address, for example `my.private.repo:5000`:
4545

4646
```sh subs=true
47-
docker tag docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{ece_version}} REGISTRY/cloud-enterprise/elastic-cloud-enterprise:{{ece_version}}
47+
docker tag docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}} REGISTRY/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
4848
docker tag docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.0 REGISTRY/cloud-release/elasticsearch-cloud-ess:8.18.0
4949
docker tag docker.elastic.co/cloud-release/kibana-cloud:8.18.0 REGISTRY/cloud-release/kibana-cloud:8.18.0
5050
docker tag docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.0 REGISTRY/cloud-release/elastic-agent-cloud:8.18.0
@@ -57,7 +57,7 @@ Installing ECE on multiple hosts with your own registry server is simpler, becau
5757
4. Push the Docker images to your private Docker registry, using the same tags from the previous step. Replace `REGISTRY` with your actual registry URL, for example `my.private.repo:5000`:
5858

5959
```sh subs=true
60-
docker push REGISTRY/cloud-enterprise/elastic-cloud-enterprise:{{ece_version}}
60+
docker push REGISTRY/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
6161
docker push REGISTRY/cloud-release/elasticsearch-cloud-ess:8.18.0
6262
docker push REGISTRY/cloud-release/kibana-cloud:8.18.0
6363
docker push REGISTRY/cloud-release/elastic-agent-cloud:8.18.0

deploy-manage/deploy/cloud-enterprise/manage-elastic-stack-versions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ $$$ece-elastic-stack-stackpacks-recent$$$
3737

3838
| Stack pack download link | Minimum required ECE version |
3939
| --- | --- |
40-
| [{{es}}, {{kib}}, and APM stack pack: 9.0.4](https://download.elastic.co/cloud-enterprise/versions/9.0.4.zip) | ECE 4.0.0 |
41-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.4](https://download.elastic.co/cloud-enterprise/versions/8.18.4.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
40+
| [{{es}}, {{kib}}, and APM stack pack: 9.1.0](https://download.elastic.co/cloud-enterprise/versions/9.1.0.zip) | ECE 4.0.0 |
41+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.0](https://download.elastic.co/cloud-enterprise/versions/8.19.0.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
4242
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 7.17.29](https://download.elastic.co/cloud-enterprise/versions/7.17.29.zip) | ECE 2.2.2 |
4343
| [{{es}}, {{kib}}, and APM stack pack: 6.8.23](https://download.elastic.co/cloud-enterprise/versions/6.8.23.zip) | ECE 1.1.4 |
4444

@@ -50,11 +50,13 @@ Following is the full list of available packs containing {{stack}} versions. Not
5050
::::{dropdown} Expand to view the full list
5151
| Stack pack download link | Minimum required ECE version |
5252
| --- | --- |
53+
| [{{es}}, {{kib}}, and APM stack pack: 9.1.0](https://download.elastic.co/cloud-enterprise/versions/9.1.0.zip) | ECE 4.0.0 |
5354
| [{{es}}, {{kib}}, and APM stack pack: 9.0.4](https://download.elastic.co/cloud-enterprise/versions/9.0.4.zip) | ECE 4.0.0 |
5455
| [{{es}}, {{kib}}, and APM stack pack: 9.0.3](https://download.elastic.co/cloud-enterprise/versions/9.0.3.zip) | ECE 4.0.0 |
5556
| [{{es}}, {{kib}}, and APM stack pack: 9.0.2](https://download.elastic.co/cloud-enterprise/versions/9.0.2.zip) | ECE 4.0.0 |
5657
| [{{es}}, {{kib}}, and APM stack pack: 9.0.1](https://download.elastic.co/cloud-enterprise/versions/9.0.1.zip) | ECE 4.0.0 |
5758
| [{{es}}, {{kib}}, and APM stack pack: 9.0.0](https://download.elastic.co/cloud-enterprise/versions/9.0.0.zip) | ECE 4.0.0 |
59+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.0](https://download.elastic.co/cloud-enterprise/versions/8.19.0.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
5860
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.4](https://download.elastic.co/cloud-enterprise/versions/8.18.4.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
5961
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.3](https://download.elastic.co/cloud-enterprise/versions/8.18.3.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
6062
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.2](https://download.elastic.co/cloud-enterprise/versions/8.18.2.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |

deploy-manage/deploy/cloud-on-k8s.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Afterwards, you can:
5959

6060
* Learn how to [update your deployment](./cloud-on-k8s/update-deployments.md)
6161
* Check out [our recipes](./cloud-on-k8s/recipes.md) for multiple use cases
62-
* Find further sample resources [in the project repository](https://github.com/elastic/cloud-on-k8s/tree/{{eck_release_branch}}/config/samples)
62+
* Find further sample resources [in the project repository](https://github.com/elastic/cloud-on-k8s/tree/{{version.eck | M.M}}/config/samples)
6363

6464
## Supported versions [k8s-supported]
6565

@@ -69,10 +69,23 @@ This section outlines the supported Kubernetes and {{stack}} versions for ECK. C
6969

7070
ECK is compatible with the following Kubernetes distributions and related technologies:
7171

72+
::::{tab-set}
73+
74+
:::{tab-item} ECK 3.1
75+
* Kubernetes 1.29-1.33
76+
* OpenShift 4.15-4.19
77+
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
78+
* Helm: {{eck_helm_minimum_version}}+
79+
:::
80+
81+
:::{tab-item} ECK 3.0
7282
* Kubernetes 1.28-1.32
7383
* OpenShift 4.14-4.18
7484
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
7585
* Helm: {{eck_helm_minimum_version}}+
86+
:::
87+
88+
::::
7689

7790
ECK should work with all conformant **installers** listed in these [FAQs](https://github.com/cncf/k8s-conformance/blob/master/faq.md#what-is-a-distribution-hosted-platform-and-an-installer). Distributions include source patches and so may not work as-is with ECK.
7891

deploy-manage/deploy/cloud-on-k8s/advanced-elasticsearch-node-scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Starting with ECK 2.0 the operator can make Kubernetes Node labels available as
208208
2. On the {{es}} resources set the `eck.k8s.elastic.co/downward-node-labels` annotations with the list of the Kubernetes node labels that should be copied as Pod annotations.
209209
3. Use the [Kubernetes downward API](https://kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/) in the `podTemplate` to make those annotations available as environment variables in {{es}} Pods.
210210

211-
Refer to the next section or to the [{{es}} sample resource in the ECK source repository](https://github.com/elastic/cloud-on-k8s/tree/{{eck_release_branch}}/config/samples/elasticsearch/elasticsearch.yaml) for a complete example.
211+
Refer to the next section or to the [{{es}} sample resource in the ECK source repository](https://github.com/elastic/cloud-on-k8s/tree/{{version.eck | M.M}}/config/samples/elasticsearch/elasticsearch.yaml) for a complete example.
212212

213213

214214
### Using node topology labels, Kubernetes topology spread constraints, and {{es}} shard allocation awareness [k8s-availability-zone-awareness-example]

0 commit comments

Comments
 (0)