Fix broken labels -> node-selection link

http://kubernetes.io/docs/user-guide/labels/node-selection// doesn't exist;
http://kubernetes.io/docs/user-guide/node-selection/ does.
This commit is contained in:
Beni Cherniavsky-Paskin
2016-03-16 15:05:33 +02:00
parent 675cdbb7fc
commit 0753c5191a
+1 -1
View File
@@ -165,4 +165,4 @@ selector:
#### Selecting sets of nodes
One use case for selecting over labels is to constrain the set of nodes onto which a pod can schedule.
See the documentation on [node selection](node-selection/README.md) for more information.
See the documentation on [node selection](/docs/user-guide/node-selection) for more information.