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

This commit is contained in:
steveperry-53
2016-12-05 15:32:19 -08:00
committed by Steve Perry
parent e56d433a36
commit 2b226de264
7 changed files with 12 additions and 19 deletions
@@ -39,8 +39,7 @@ file for the Pod defines a command and two arguments:
1. Create a Pod based on the YAML configuration file:
export REPO=https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master
kubectl create -f $REPO/docs/tasks/configure-pod-container/commands.yaml
kubectl create -f http://k8s.io/docs/tasks/configure-pod-container/commands.yaml
1. List the running Pods: