1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/telco-core-node-configuration.adoc
2026-01-30 10:38:09 +00:00

42 lines
1.2 KiB
Plaintext

// Module included in the following assemblies:
//
// * scalability_and_performance/telco_core_ref_design_specs/telco-core-rds.adoc
:_mod-docs-content-type: REFERENCE
[id="telco-core-node-configuration_{context}"]
= Node Configuration
New in this release::
* Consult the 4.21 release notes regarding the decrease in the default maximum open files soft limit for containers in this release.
Limits and requirements::
* Analyze additional kernel modules to determine impact on CPU load, system performance, and ability to meet KPIs.
+
--
.Additional kernel modules
|====
|Feature|Description
|Additional kernel modules
a|Install the following kernel modules by using `MachineConfig` CRs to provide extended kernel functionality to CNFs.
* sctp
* ip_gre
* nf_tables
* nf_conntrack
* nft_ct
* nft_limit
* nft_log
* nft_nat
* nft_chain_nat
* nf_reject_ipv4
* nf_reject_ipv6
* nfnetlink_log
|Container mount namespace hiding|Reduce the frequency of kubelet housekeeping and eviction monitoring to reduce CPU usage.
Creates a container mount namespace, visible to kubelet/CRI-O, to reduce system mount scanning overhead.
|Kdump enable|Optional configuration (enabled by default)
|====
--