Skip to content

Commit

Permalink
tiup-component-cluster-check: Update (#20021)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Jan 17, 2025
1 parent 506234c commit 430d022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tiup/tiup-component-cluster-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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. For a list of supported versions, see [OS and platform requirements](/hardware-and-software-requirements.md#os-and-platform-requirements).

### CPU EPOLLEXCLUSIVE

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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 430d022

Please sign in to comment.