Skip to content

Commit

Permalink
check-before-deployment: add selinux
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Dec 16, 2024
1 parent 67712d4 commit 323a233
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions check-before-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,3 +781,8 @@ sudo yum -y install numactl
```
To get help information of the `tiup cluster exec` command, run the `tiup cluster exec --help` command.
## Disable SELinux
Check with the [`getenforce(8)`](https://linux.die.net/man/8/getenforce) utility to see if SELinux is disabled or set to permissive. When SELinux is in Enforcing mode it can cause deployment failures. Refer to the documentation of your Operating System to see how to disable SELinux.

0 comments on commit 323a233

Please sign in to comment.