You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cnf-provisioning-real-time-and-low-latency-workloads.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,9 +223,9 @@ kind: Pod
223
223
metadata:
224
224
name: example
225
225
spec:
226
-
[...]
226
+
# ...
227
227
nodeSelector:
228
-
node-role.kubernetes.io/worker-rt: ""
228
+
node-role.kubernetes.io/worker-rt: ""
229
229
----
230
230
231
231
For more information, see link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.5/html-single/nodes/index#nodes-scheduler-node-selectors[Placing pods on specific nodes using node selectors].
0 commit comments