Merge pull request #1954 from janetkuo/fix-link

In DaemonSet doc, link to node selection doc instead of repo
reviewable/pr1953/r1^2
Steve Perry 2016-12-14 16:59:34 -08:00 committed by GitHub
commit 2a0c64f9bd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ a node for testing.
If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controller will
create pods on nodes which match that [node
selector](https://github.com/kubernetes/kubernetes.github.io/tree/{{page.docsbranch}}/docs/user-guide/node-selection).
selector](/docs/user-guide/node-selection/).
If you specify a `scheduler.alpha.kubernetes.io/affinity` annotation in `.spec.template.metadata.annotations`,
then DaemonSet controller will create pods on nodes which match that [node affinity](../../user-guide/node-selection/#alpha-feature-in-kubernetes-v12-node-affinity).