Skip to content

Commit b6ad564

Browse files
Tim O'KeefeMichael Burke
authored andcommitted
OSSM-3575: update configmap in OSSM uninstallation Doc
1 parent 7627e19 commit b6ad564

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/nodes-scheduler-node-selectors-about.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ metadata:
6161
kubernetes.io/hostname: ip-10-0-131-14
6262
beta.kubernetes.io/arch: amd64
6363
region: east <1>
64+
type: user-node
6465
----
65-
<1> Label to match the pod node selector.
66+
<1> Labels to match the pod node selector.
6667
endif::openshift-origin[]
6768
ifdef::openshift-origin[]
6869
.Sample `Node` object with a label
@@ -87,8 +88,9 @@ metadata:
8788
kubernetes.io/hostname: ip-10-0-131-14
8889
beta.kubernetes.io/arch: amd64
8990
region: east <1>
91+
type: user-node
9092
----
91-
<1> Label to match the pod node selector.
93+
<1> Labels to match the pod node selector.
9294
endif::openshift-origin[]
9395
+
9496
A pod has the `type: user-node,region: east` node selector:
@@ -106,7 +108,7 @@ spec:
106108
region: east
107109
type: user-node
108110
----
109-
<1> Node selectors to match the node label.
111+
<1> Node selectors to match the node label. The node must have a label for each node selector.
110112
+
111113
When you create the pod using the example pod spec, it can be scheduled on the example node.
112114

0 commit comments

Comments
 (0)