From ccc615a353cd4a17e4fcdd2d5e07535b0ef7b504 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 4 May 2017 18:03:24 -0700 Subject: [PATCH] Fix yaml path. (#3644) --- docs/tasks/configure-pod-container/assign-pods-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/configure-pod-container/assign-pods-nodes.md b/docs/tasks/configure-pod-container/assign-pods-nodes.md index 40d26c3a88..aa1f9d348b 100644 --- a/docs/tasks/configure-pod-container/assign-pods-nodes.md +++ b/docs/tasks/configure-pod-container/assign-pods-nodes.md @@ -63,7 +63,7 @@ a `disktype=ssd` label. 1. Use the configuration file to create a pod that will get scheduled on your chosen node: - kubectl create -f http://k8s.io/docs/tasks/administer-cluster/pod.yaml + kubectl create -f http://k8s.io/docs/tasks/configure-pod-container/pod.yaml 1. Verify that the pod is running on your chosen node: