1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/telco-core-node-configuration.adoc
2024-10-04 20:31:04 +01:00

41 lines
1.5 KiB
Plaintext

// Module included in the following assemblies:
//
// * scalability_and_performance/telco_ref_design_specs/core/telco-core-ref-design-components.adoc
:_mod-docs-content-type: REFERENCE
[id="telco-core-node-configuration_{context}"]
= Node configuration
New in this release::
//CNF-12344
//CNF-12345
* Container mount namespace encapsulation and kdump are now available in the {rds} RDS.
Description::
* Container mount namespace encapsulation creates a container mount namespace that reduces system mount scanning and is visible to kubelet and CRI-O.
* kdump is an optional configuration that is enabled by default that captures debug information when a kernel panic occurs.
The reference CRs which enable kdump include an increased memory reservation based on the set of drivers and kernel modules included in the reference configuration.
Limits and requirements::
* Use of kdump and container mount namespace encapsulation is made available through additional kernel modules.
You should analyze these modules to determine impact on CPU load, system performance, and ability to meet required KPIs.
Engineering considerations::
* Install the following kernel modules with `MachineConfig` CRs.
These modules provide extended kernel functionality to cloud-native functions (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