mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 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::
|
|
* No reference design updates 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)
|
|
|====
|
|
--
|
|
|