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-ran-machine-configuration.adoc
2026-01-30 16:31:19 +00:00

48 lines
1.8 KiB
Plaintext

// Module included in the following assemblies:
//
// * scalability_and_performance/telco_ran_du_ref_design_specs/telco-ran-du-rds.adoc
:_mod-docs-content-type: REFERENCE
[id="telco-ran-machine-configuration_{context}"]
= Machine configuration
New in this release::
* No reference design updates in this release
Limits and requirements::
* To ensure images are static, except during scheduled maintenance in defined maintenance windows, do not set the pod `imagePullPolicy` field to `Always`.
* The configuration CRs in this table are required components unless otherwise noted.
.Machine configuration options
[cols="1,2", width="90%", options="header"]
|====
|Feature
|Description
|Container Runtime
|Sets the container runtime to `crun` for all node roles.
|Kubelet config and container mount namespace hiding
|Reduces the frequency of kubelet housekeeping and eviction monitoring, which reduces CPU usage
|SCTP
|Optional configuration (enabled by default)
|Kdump
|Optional configuration (enabled by default)
Enables kdump to capture debug information when a kernel panic occurs.
The reference CRs that enable kdump have an increased memory reservation based on the set of drivers and kernel modules included in the reference configuration.
|CRI-O wipe disable
|Disables automatic wiping of the CRI-O image cache after unclean shutdown
|SR-IOV-related kernel arguments
|Include additional SR-IOV-related arguments in the kernel command line
|Set RCU Normal
|Systemd service that sets `rcu_normal` after the system finishes startup
|One-shot time sync
|Replaces `chrony-wait.service` with a one-time NTP system time synchronization job for control plane or worker nodes. This MachineConfig is required for nodes running PTP and should not be included for nodes which use NTP for time synchronization.
|====