From 6dad089f50e64ed07a9d0501f66f0a10329a6506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 16 Jan 2025 13:17:44 +0100 Subject: [PATCH 1/2] tiup-component-cluster-check: Update --- tiup/tiup-component-cluster-check.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tiup/tiup-component-cluster-check.md b/tiup/tiup-component-cluster-check.md index 7921333d812cc..719350df96904 100644 --- a/tiup/tiup-component-cluster-check.md +++ b/tiup/tiup-component-cluster-check.md @@ -11,7 +11,7 @@ For a formal production environment, before the environment goes live, you need ### Operating system version -Check the operating system distribution and version of the deployed machines. Currently, only CentOS 7 is supported for deployment. More system versions may be supported in later releases for compatibility improvement. +Check the operating system distribution and version of the deployed machines. See [OS and platform requirements](/hardware-and-software-requirements.md#os-and-platform-requirements) for a list of supported versions. ### CPU EPOLLEXCLUSIVE @@ -19,7 +19,7 @@ Check whether the CPU of the target machine supports EPOLLEXCLUSIVE. ### numactl -Check whether numactl is installed on the target machine. If tied cores are configured on the target machine, you must install numactl. +Check whether `numactl` is installed on the target machine. If tied cores are configured on the target machine, you must install `numactl`. ### System time @@ -66,7 +66,7 @@ Check the limit values in the `/etc/security/limits.conf` file: ### SELinux -Check whether SELinux is enabled. It is recommended to disable SELinux. +Check whether SELinux is enabled. It is required to disable SELinux. ### Firewall From eba09796a21e630d105cec5523594c2e901a6465 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 17 Jan 2025 22:02:51 +0800 Subject: [PATCH 2/2] minor style updates --- tiup/tiup-component-cluster-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiup/tiup-component-cluster-check.md b/tiup/tiup-component-cluster-check.md index 719350df96904..02f557ce0d1c1 100644 --- a/tiup/tiup-component-cluster-check.md +++ b/tiup/tiup-component-cluster-check.md @@ -11,7 +11,7 @@ For a formal production environment, before the environment goes live, you need ### Operating system version -Check the operating system distribution and version of the deployed machines. See [OS and platform requirements](/hardware-and-software-requirements.md#os-and-platform-requirements) for a list of supported versions. +Check the operating system distribution and version of the deployed machines. For a list of supported versions, see [OS and platform requirements](/hardware-and-software-requirements.md#os-and-platform-requirements). ### CPU EPOLLEXCLUSIVE