Skip to content

Commit 09e443a

Browse files
authored
Merge pull request openshift#89207 from mburke5678/84687-follow-up
Created Cri-O default capabilities section follow up
2 parents 63e8e33 + 272935f commit 09e443a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/create-crio-default-capabilities.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="create-crio-default-capabilities_{context}"]
77
= Creating a drop-in file for the default CRI-O capabilities
88

9-
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.
9+
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.
1010

1111
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.
1212

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

0 commit comments

Comments
 (0)