Replace $REPO with http://k8s.io.

This commit is contained in:
steveperry-53
2016-12-05 15:32:19 -08:00
committed by Devin Donnelly
parent aef7ceb932
commit c997c86c79
7 changed files with 12 additions and 19 deletions
@@ -59,8 +59,7 @@ a `disktype=ssd` label.
1. Use the configuration file to create a pod that will get scheduled on your
chosen node:
export REPO=https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master
kubectl create -f $REPO/docs/tasks/administer-cluster/pod.yaml
kubectl create -f http://k8s.io/docs/tasks/administer-cluster/pod.yaml
1. Verify that the pod is running on your chosen node: