Skip to content

Commit

Permalink
tiup-component-cluster-check: Update (#20021) (#20040)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 20, 2025
1 parent b7e3f5f commit fde66a1
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 @@ -10,15 +10,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 [Linux OS version requirements](/hardware-and-software-requirements.md#linux-os-version-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 @@ -61,7 +61,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 fde66a1

Please sign in to comment.