Move topic to Configuration section. (#3620)

* Move topic to Configuration section.

* Move included file.
This commit is contained in:
Steve Perry
2017-05-03 11:10:07 -07:00
committed by GitHub
parent f28c8376e0
commit 2442dc292f
3 changed files with 5 additions and 2 deletions
@@ -1,5 +1,8 @@
---
title: Assigning Pods to Nodes
redirect_from:
- "/docs/tasks/administer-cluster/assign-pods-nodes/"
- "/docs/tasks/administer-cluster/assign-pods-nodes.html"
---
{% capture overview %}
@@ -55,7 +58,7 @@ This pod configuration file describes a pod that has a node selector,
`disktype: ssd`. This means that the pod will get scheduled on a node that has
a `disktype=ssd` label.
{% include code.html language="yaml" file="pod.yaml" ghlink="/docs/tasks/administer-cluster/pod.yaml" %}
{% include code.html language="yaml" file="pod.yaml" ghlink="/docs/tasks/configure-pod-container/pod.yaml" %}
1. Use the configuration file to create a pod that will get scheduled on your
chosen node: