mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// *
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="node-configuration-crs_{context}"]
|
|
= Node configuration reference CRs
|
|
|
|
.Node configuration CRs
|
|
[cols="4*", options="header", format=csv]
|
|
|====
|
|
Component,Reference CR,Description,Optional
|
|
Additional kernel modules,`control-plane-load-kernel-modules.yaml`,Optional. Configures the kernel modules for control plane nodes.,No
|
|
Additional kernel modules,`sctp_module_mc.yaml`,Optional. Loads the SCTP kernel module in worker nodes.,No
|
|
Additional kernel modules,`worker-load-kernel-modules.yaml`,Optional. Configures kernel modules for worker nodes.,No
|
|
Container mount namespace hiding,`mount_namespace_config_master.yaml`,Configures a mount namespace for sharing container-specific mounts between kubelet and CRI-O on control plane nodes.,No
|
|
Container mount namespace hiding,`mount_namespace_config_worker.yaml`,Configures a mount namespace for sharing container-specific mounts between kubelet and CRI-O on worker nodes.,No
|
|
Kdump enable,`kdump-master.yaml`,Configures kdump crash reporting on master nodes.,No
|
|
Kdump enable,`kdump-worker.yaml`,Configures kdump crash reporting on worker nodes.,No
|
|
|====
|