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:
commit
b1438b718a
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue