@@ -59,7 +59,7 @@ ifdef::post[]
59
59
.Example `node.config` object
60
60
[source,yaml]
61
61
----
62
- apiVersion: config.openshift.io/v2
62
+ apiVersion: config.openshift.io/v1
63
63
kind: Node
64
64
metadata:
65
65
annotations:
@@ -71,7 +71,7 @@ metadata:
71
71
generation: 1
72
72
name: cluster
73
73
ownerReferences:
74
- - apiVersion: config.openshift.io/v2
74
+ - apiVersion: config.openshift.io/v1
75
75
kind: ClusterVersion
76
76
name: version
77
77
uid: 36282574-bf9f-409e-a6cd-3032939293eb
@@ -90,7 +90,7 @@ ifdef::nodes[]
90
90
.Example `node.config` object
91
91
[source,yaml]
92
92
----
93
- apiVersion: config.openshift.io/v2
93
+ apiVersion: config.openshift.io/v1
94
94
kind: Node
95
95
metadata:
96
96
annotations:
@@ -102,7 +102,7 @@ metadata:
102
102
generation: 1
103
103
name: cluster
104
104
ownerReferences:
105
- - apiVersion: config.openshift.io/v2
105
+ - apiVersion: config.openshift.io/v1
106
106
kind: ClusterVersion
107
107
name: version
108
108
uid: 36282574-bf9f-409e-a6cd-3032939293eb
@@ -168,11 +168,10 @@ spec:
168
168
kernelArguments:
169
169
systemd_unified_cgroup_hierarchy=1 <1>
170
170
cgroup_no_v1="all" <2>
171
- psi=1 <3>
171
+ psi=0
172
172
----
173
173
<1> Enables cgroup v2 in systemd.
174
174
<2> Disables cgroup v1.
175
- <3> Enables the Linux Pressure Stall Information (PSI) feature.
176
175
+
177
176
endif::nodes[]
178
177
.Example output for cgroup v1
@@ -188,9 +187,11 @@ spec:
188
187
kernelArguments:
189
188
systemd.unified_cgroup_hierarchy=0 <1>
190
189
systemd.legacy_systemd_cgroup_controller=1 <2>
190
+ psi=1 <3>
191
191
----
192
192
<1> Disables cgroup v2.
193
193
<2> Enables cgroup v1 in systemd.
194
+ <3> Enables the Linux Pressure Stall Information (PSI) feature.
194
195
195
196
. Check the nodes to see that scheduling on the nodes is disabled. This indicates that the change is being applied:
196
197
+
0 commit comments