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

41 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
* ip6_tables
* ip6t_REJECT
* ip6table_filter
* ip6table_mangle
* iptable_filter
* iptable_mangle
* iptable_nat
* xt_multiport
* xt_owner
* xt_REDIRECT
* xt_statistic
* xt_TCPMSS
|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)
|====