Skip to content

Commit f1f3ad1

Browse files
authored
Merge pull request #35111 from dankenigsberg/two-nodePlacement-fields
virt: node placement: there are two nodePlacement fields
2 parents 763befc + ec13dd2 commit f1f3ad1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/virt-about-node-placement-virtualization-components.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ metadata:
6868
spec:
6969
infra:
7070
nodePlacement: <1>
71+
...
7172
workloads:
7273
nodePlacement:
74+
...
7375
----
74-
<1> The `nodePlacement` field supports `nodeSelector`, `affinity`, and `tolerations` fields.
76+
<1> The `nodePlacement` fields support `nodeSelector`, `affinity`, and `tolerations` fields.
7577

7678
[id="node-placement-hpp_{context}"]
7779
== Node placement in the HostPathProvisioner object
@@ -91,4 +93,4 @@ spec:
9193
useNamingPrefix: false
9294
workload: <1>
9395
----
94-
<1> The `workload` field supports `nodeSelector`, `affinity`, and `tolerations` fields.
96+
<1> The `workload` field supports `nodeSelector`, `affinity`, and `tolerations` fields.

0 commit comments

Comments
 (0)