Merge pull request #32553 from miteshskj/broken-link-labels

Fix broken link for attach labels in assign-pod-node.md
This commit is contained in:
Kubernetes Prow Robot 2022-03-27 05:43:21 -07:00 committed by GitHub
commit b1438b718a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ specific Pods:
## Node labels {#built-in-node-labels} ## Node labels {#built-in-node-labels}
Like many other Kubernetes objects, nodes have Like many other Kubernetes objects, nodes have
[labels](/docs/concepts/overview/working-with-objects/labels/). You can [attach labels manually](/docs/tasks/confiure-pod-container/assign-pods-nodes/#add-a-label-to-a-node). [labels](/docs/concepts/overview/working-with-objects/labels/). You can [attach labels manually](/docs/tasks/configure-pod-container/assign-pods-nodes/#add-a-label-to-a-node).
Kubernetes also populates a standard set of labels on all nodes in a cluster. See [Well-Known Labels, Annotations and Taints](/docs/reference/labels-annotations-taints/) Kubernetes also populates a standard set of labels on all nodes in a cluster. See [Well-Known Labels, Annotations and Taints](/docs/reference/labels-annotations-taints/)
for a list of common node labels. for a list of common node labels.