1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

virt: node placement: there are two nodePlacement fields

Signed-off-by: Dan Kenigsberg <danken@redhat.com>
This commit is contained in:
Dan Kenigsberg
2021-08-03 14:30:59 +03:00
committed by openshift-cherrypick-robot
parent 4127b41a9b
commit ecd2e13028

View File

@@ -68,10 +68,12 @@ metadata:
spec:
infra:
nodePlacement: <1>
...
workloads:
nodePlacement:
...
----
<1> The `nodePlacement` field supports `nodeSelector`, `affinity`, and `tolerations` fields.
<1> The `nodePlacement` fields support `nodeSelector`, `affinity`, and `tolerations` fields.
[id="node-placement-hpp_{context}"]
== Node placement in the HostPathProvisioner object
@@ -91,4 +93,4 @@ spec:
useNamingPrefix: false
workload: <1>
----
<1> The `workload` field supports `nodeSelector`, `affinity`, and `tolerations` fields.
<1> The `workload` field supports `nodeSelector`, `affinity`, and `tolerations` fields.