Skip to content

Commit fd313b0

Browse files
Merge branch 'main' into 429-errors
2 parents c1d6611 + e54e73d commit fd313b0

File tree

9 files changed

+28
-13
lines changed

9 files changed

+28
-13
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FIPS (Federal Information Processing Standards) compliance is not officially supported in 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.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
::::{important}
2+
Make sure to use a supported combination of Linux distribution and container engine version as defined in our official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise). Unsupported combinations can lead to various issues in your ECE environment, including failures when creating system deployments, upgrading workload deployments, proxy timeouts, and more.
3+
4+
:::{include} /deploy-manage/deploy/_snippets/ece-fips-message.md
5+
:::
6+
::::

deploy-manage/deploy/cloud-enterprise/configure-host-rhel.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Verify that required traffic is allowed. Check the [Networking prerequisites](ec
2525

2626
**Example:** For AWS, allowing traffic between hosts is implemented using security groups.
2727

28-
::::{important}
29-
Make sure to use a supported combination of Linux distribution and container engine version as defined in our official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise). Unsupported combinations can lead to various issues in your ECE environment, including failures when creating system deployments, upgrading workload deployments, proxy timeouts, and more.
28+
::::{include} /deploy-manage/deploy/_snippets/ece-supported-combinations.md
3029
::::
3130

3231
## Install Podman and configure the host [ece-configure-hosts-rhel8-podman]

deploy-manage/deploy/cloud-enterprise/configure-host-suse.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Regardless of which approach you take, the steps in this section need to be perf
2828

2929
## Install Docker on SLES [ece-install-docker-sles12]
3030

31-
::::{important}
32-
Make sure to use a supported combination of Linux distribution and container engine version as defined in our official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise). Unsupported combinations can lead to various issues in your ECE environment, including failures when creating system deployments, upgrading workload deployments, proxy timeouts, and more.
31+
::::{include} /deploy-manage/deploy/_snippets/ece-supported-combinations.md
3332
::::
3433

3534

deploy-manage/deploy/cloud-enterprise/configure-host-ubuntu.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ The following instructions show you how to prepare your hosts on Ubuntu.
2424

2525
Install a compatible Docker version on Ubuntu.
2626

27-
::::{important}
28-
Make sure to use a supported combination of Linux distribution and container engine version as defined in our official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise). Unsupported combinations can lead to various issues in your ECE environment, including failures when creating system deployments, upgrading workload deployments, proxy timeouts, and more.
27+
::::{include} /deploy-manage/deploy/_snippets/ece-supported-combinations.md
2928
::::
3029

3130

deploy-manage/deploy/cloud-enterprise/configure-operating-system.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ Before installing {{ece}}, you have to prepare your hosts with one of the follow
1717
* [Red Hat Enterprise Linux (RHEL) and Rocky Linux](configure-host-rhel.md)
1818
* [SUSE Linux Enterprise Server (SLES)](configure-host-suse.md)
1919

20-
::::{important}
21-
Make sure to use a supported combination of Linux distribution and container engine version, such as `Docker` or `Podman`, as defined in our official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise). Unsupported combinations can lead to various issues in your ECE environment, including failures when creating system deployments, upgrading workload deployments, proxy timeouts, and more.
22-
::::
20+
::::{include} /deploy-manage/deploy/_snippets/ece-supported-combinations.md
21+
::::

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ To install ECE, make sure you prepare your environment with the following softwa
1616
* [Linux distributions with compatible Docker versions](#ece-linux-docker)
1717
* [Free RAM](#ece-free-ram)
1818
* [XFS](#ece-xfs)
19+
* [FIPS compliance](#ece-fips)
1920

2021

2122
## Supported Linux kernel [ece-linux-kernel]
@@ -81,3 +82,9 @@ You must use XFS and have quotas enabled on all allocators, otherwise disk usage
8182
::::
8283

8384

85+
## FIPS compliance [ece-fips]
86+
87+
:::{include} /deploy-manage/deploy/_snippets/ece-fips-message.md
88+
:::
89+
90+
For more information about FIPS compliance across the {{stack}}, refer to [](/deploy-manage/security/fips.md).

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)