Skip to content

Commit df6a3fb

Browse files
committed
slight change in link
1 parent a337ec3 commit df6a3fb

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
@@ -141,7 +141,7 @@ You can modify Node objects regardless of the setting of `--register-node`.
141141
For example, you can set labels on an existing Node or mark it unschedulable.
142142

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>`
144-
are limited by the [syntax](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set) rules for labels.
144+
are limited by the [syntax](/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set) rules for labels.
145145

146146
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.
147147

0 commit comments

Comments
 (0)