Skip to content

Commit 7214016

Browse files
authored
Merge pull request #90013 from openshift-cherrypick-robot/cherry-pick-89960-to-enterprise-4.17
[enterprise-4.17] OCPBUGS:44488 Fix API version changed in error redux
2 parents 94496ac + 236a334 commit 7214016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-clusters-cgroups-2.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ ifdef::nodes[]
158158
.Example output for cgroup v2
159159
[source,terminal]
160160
----
161-
apiVersion: machineconfiguration.openshift.io/v2
161+
apiVersion: machineconfiguration.openshift.io/v1
162162
kind: MachineConfig
163163
metadata:
164164
labels:
@@ -177,7 +177,7 @@ endif::nodes[]
177177
.Example output for cgroup v1
178178
[source,terminal]
179179
----
180-
apiVersion: machineconfiguration.openshift.io/v2
180+
apiVersion: machineconfiguration.openshift.io/v1
181181
kind: MachineConfig
182182
metadata:
183183
labels:

0 commit comments

Comments
 (0)