slight change in link

This commit is contained in:
Aaina26 2025-01-26 21:52:47 +05:30
parent a337ec3098
commit df6a3fbd1e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ You can modify Node objects regardless of the setting of `--register-node`.
For example, you can set labels on an existing Node or mark it unschedulable. For example, you can set labels on an existing Node or mark it unschedulable.
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>` 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>`
are limited by the [syntax](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set) rules for labels. are limited by the [syntax](/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set) rules for labels.
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. 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.