Update links to avoid redirects. (#5763)

This commit is contained in:
Steve Perry
2017-10-04 14:27:41 -07:00
committed by GitHub
parent 3384da0ba8
commit 6ddca1d62f
6 changed files with 6 additions and 6 deletions
@@ -119,7 +119,7 @@ for example the [Kubelet](/docs/admin/kubelet/) or Docker.
### Pod Selector
The `.spec.selector` field is a [label selector](/docs/user-guide/labels/#label-selectors). A ReplicaSet
The `.spec.selector` field is a [label selector](/docs/concepts/overview/working-with-objects/#label-selectors). A ReplicaSet
manages all the pods with labels that match the selector. It does not distinguish
between pods that it created or deleted and pods that another person or process created or
deleted. This allows the ReplicaSet to be replaced without affecting the running pods.