Skip to content

Commit dca9071

Browse files
committed
fixed slight error in a sentence
1 parent df6a3fb commit dca9071

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For example, you can set labels on an existing Node or mark it unschedulable.
143143
You can set optional node role(s) for nodes by adding one or more `node-role.kubernetes.io/<role>: <role>` labels to the node where characters of `<role>`
144144
are limited by the [syntax](/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set) rules for labels.
145145

146-
Kubernetes ignores the label value for node roles;by convention, you can set it to the same string you used for the node role in label key.
146+
Kubernetes ignores the label value for node roles; by convention, you can set it to the same string you used for the node role in the label key.
147147

148148
You can use labels on Nodes in conjunction with node selectors on Pods to control
149149
scheduling. For example, you can constrain a Pod to only be eligible to run on

0 commit comments

Comments
 (0)