Skip to content

Commit b6a8b45

Browse files
committed
added fips message in extra docs
1 parent ad21ff9 commit b6a8b45

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

deploy-manage/deploy/cloud-enterprise/ece-software-prereq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ products:
1212

1313
To install ECE, make sure you prepare your environment with the following software. Pay special attention to what Linux kernel and Docker or Podman versions you plan to use and follow our recommendations. Our testing has shown that not all software combinations work well together.
1414

15+
::::{include} /deploy-manage/deploy/_snippets/ece-supported-combinations.md
16+
::::
17+
1518
* [Supported Linux kernel](#ece-linux-kernel)
1619
* [Linux distributions with compatible Docker versions](#ece-linux-docker)
1720
* [Free RAM](#ece-free-ram)

deploy-manage/deploy/cloud-enterprise/install.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ products:
1717

1818
You can deploy {{ece}} (ECE) on public or private clouds, virtual machines, or on-premises.
1919

20+
::::{tip}
21+
If you already have an ECE platform up and running, and you want to add hosts to your installation, refer to [](./install-ece-on-additional-hosts.md).
22+
::::
23+
2024
In ECE, a host refers to any server, VM, or cloud instance where the ECE software is installed. An ECE platform consists of multiple hosts working together to orchestrate {{stack}} applications.
2125

2226
For public cloud deployments, you can choose from the following providers:
@@ -25,10 +29,6 @@ For public cloud deployments, you can choose from the following providers:
2529
* Google Cloud Platform (GCP)
2630
* Microsoft Azure
2731

28-
::::{tip}
29-
If you already have an ECE platform up and running, and you want to add hosts to your installation, refer to [](./install-ece-on-additional-hosts.md).
30-
::::
31-
3232
::::{note}
3333
In these pages we frequently refer to [Docker](https://www.docker.com/), as its currently the most common container engine, but these instructions are generally valid for [Podman](https://podman.io/) as well, with `podman` replacing `docker` in commands as appropriate.
3434
::::
@@ -41,6 +41,9 @@ Before you start, make sure to [identify your deployment scenario](identify-depl
4141

4242
After completing the prerequisites, proceed to configure your ECE hosts. This includes installing Docker or Podman, setting up XFS quotas, preparing mount points, and other required configurations.
4343

44+
::::{include} /deploy-manage/deploy/_snippets/ece-supported-combinations.md
45+
::::
46+
4447
ECE supports a [wide range of OS versions](https://www.elastic.co/support/matrix#elastic-cloud-enterprise). Below are some OS-specific instructions for preparing your hosts, though other versions follow a similar process. Choose the appropriate guide for your operating system and follow the instructions:
4548

4649
* [Ubuntu 20.04 LTS (Focal Fossa) and Ubuntu 22.04 LTS (Jammy Jellyfish)](configure-host-ubuntu.md)

deploy-manage/security/fips.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ The Federal Information Processing Standard (FIPS) Publication 140-2, (FIPS PUB
2323

2424
:::{note}
2525
If you are running {{es}} through {{eck}}, refer to [ECK FIPS compatibility](/deploy-manage/deploy/cloud-on-k8s/deploy-fips-compatible-version-of-eck.md).
26+
27+
FIPS compliance is not officially supported in {{ece}} (ECE). While ECE may function on FIPS-enabled systems, this configuration has not been validated through our testing processes and is not recommended for production environments.
2628
:::
2729

0 commit comments

Comments
 (0)