Skip to content

Commit 3f2badc

Browse files
author
Michael Burke
committed
OCPBUGS:44488 Fix API version changed in error redux
1 parent a8f1d57 commit 3f2badc

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)