From f3ccbe7b28ad36a2a7e0a7a3244d49fb02df94aa Mon Sep 17 00:00:00 2001 From: James Oliver Date: Thu, 9 Aug 2018 19:02:01 -0700 Subject: [PATCH] fix link and selector --- docs/base-image.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/base-image.md b/docs/base-image.md index 5c9f68e..3fe97ec 100644 --- a/docs/base-image.md +++ b/docs/base-image.md @@ -45,7 +45,7 @@ following example creates an nginx pod serving content from a flexvolume with a base image and is accessible from a service. ``` -kubectl create -f https://raw.githubusercontent.com/rancher/longhorn-manager/master/examples/flexvolume/example_baseimage.yaml +kubectl create -f https://raw.githubusercontent.com/rancher/longhorn-manager/v0.3-rc/examples/flexvolume/example_baseimage.yaml ``` Wait until the pod is running. @@ -86,7 +86,7 @@ http://:/guests/hd/party-wizard.gif Finally, tear down the pod and service. ``` -kubectl delete -f https://raw.githubusercontent.com/rancher/longhorn-manager/master/examples/flexvolume/example_baseimage.yaml +kubectl delete -f https://raw.githubusercontent.com/rancher/longhorn-manager/v0.3-rc/examples/flexvolume/example_baseimage.yaml ``` ### CSI Driver @@ -118,13 +118,13 @@ content from two csi-provisioned volumes backed by a base image. The statefulset is accessible from a service. ``` -kubectl create -f https://raw.githubusercontent.com/rancher/longhorn-manager/master/examples/csi/example_baseimage.yaml +kubectl create -f https://raw.githubusercontent.com/rancher/longhorn-manager/v0.3-rc/examples/provisioner_with_baseimage.yaml ``` Wait until both pods are running. ``` -kubectl -l app=csi-baseimage get po -w +kubectl -l app=provisioner-baseimage get po -w ``` Query for the service you created. @@ -159,7 +159,7 @@ http://:/guests/hd/party-wizard.gif Finally, tear down the pod and service. ``` -kubectl delete -f https://raw.githubusercontent.com/rancher/longhorn-manager/master/examples/csi/example_baseimage.yaml +kubectl delete -f https://raw.githubusercontent.com/rancher/longhorn-manager/v0.3-rc/examples/provisioner_with_baseimage.yaml ``` ## Building