Skip to content

Commit fb1eca4

Browse files
authored
Merge pull request #89217 from openshift-cherrypick-robot/cherry-pick-89207-to-enterprise-4.15
[enterprise-4.15] Created Cri-O default capabilities section follow up
2 parents 4ec1f9c + 013b4fe commit fb1eca4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/create-crio-default-capabilities.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[id="create-crio-default-capabilities_{context}"]
88
= Creating a drop-in file for the default capabilities of CRI-O
99

10-
You can change some of the settings associated with the {product-title} CRI-O runtime for the nodes associated with a specific machine config pool (MCP). By using a controller custom resource (CR), you set the configuration values and add a label to match the MCP. The MCO then rebuilds the `crio.conf` and `default.conf` configuration files on the associated nodes with the updated values.
10+
You can change some of the settings associated with the {product-title} CRI-O runtime for the nodes associated with a specific machine config pool (MCP). By using a controller custom resource (CR), you set the configuration values and add a label to match the MCP. The Machine Config Operator (MCO) then rebuilds the `crio.conf` and `default.conf` configuration files on the associated nodes with the updated values.
1111

1212
Earlier versions of {product-title} included specific machine configs by default. If you updated to a later version of {product-title}, those machine configs were retained to ensure that clusters running on the same {product-title} version have the same machine configs.
1313

@@ -38,6 +38,10 @@ ctr-level 5m45s
3838
[source,terminal]
3939
----
4040
$ cat /proc/1/status | grep Cap
41+
----
42+
43+
[source,terminal]
44+
----
4145
$ capsh --decode=<decode_CapBnd_value> <1>
4246
----
4347
<1> Replace `<decode_CapBnd_value>` with the specific value you want to decode.

0 commit comments

Comments
 (0)