1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Updates core cluster network settings docs

This commit is contained in:
Steven Smith
2026-01-20 15:33:34 -05:00
committed by openshift-cherrypick-robot
parent 85ea327e17
commit 9aacac290f
3 changed files with 98 additions and 70 deletions

View File

@@ -6,18 +6,17 @@ include::_attributes/common-attributes.adoc[]
toc::[]
In Linux, sysctl allows an administrator to modify kernel parameters at runtime. You can modify interface-level network sysctls using the tuning Container Network Interface (CNI) meta plugin. The tuning CNI meta plugin operates in a chain with a main CNI plugin as illustrated.
[role="_abstract"]
To modify kernel parameters and interface attributes at runtime in {product-title}, you can use the tuning Container Network Interface (CNI) meta plugin. The plugin operates in a chain with a main CNI plugin and allows you to change sysctls and interface attributes such as promiscuous mode, all-multicast mode, MTU, and MAC address.
image::264_OpenShift_CNI_plugin_chain_0722.png[CNI plugin]
The main CNI plugin assigns the interface and passes this interface to the tuning CNI meta plugin at runtime. You can change some sysctls and several interface attributes such as promiscuous mode, all-multicast mode, MTU, and MAC address in the network namespace by using the tuning CNI meta plugin.
include::modules/nw-cfg-tuning-interface-cni.adoc[leveloffset=+1]
include::modules/nw-cfg-config-all-multi-cni.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="additional-resources_nodes-setting-interface-level-network-sysctls"]
[id="additional-resources_nodes-setting-interface-level-network-sysctls_{context}"]
== Additional resources
* xref:../../nodes/containers/nodes-containers-sysctls.adoc#nodes-containers-sysctls[Using sysctls in containers]