doc(manifests): add pre settings for cluster

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-18 13:33:22 +08:00
parent a5866494e1
commit b299e0b86e

View File

@ -4,6 +4,12 @@
## Pre-settings for each node
### Enable br_netfilter module for Kernel
We need enable br_netfilter module for each node's kernel.
Using command `modprobe br_netfilter` on each nodes to enable it.
### Enable HugePage on node's kernel
```bash