fix link and selector

This commit is contained in:
James Oliver 2018-08-09 19:02:01 -07:00 committed by Sheng Yang
parent dbb54b4588
commit f3ccbe7b28

View File

@ -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. 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. Wait until the pod is running.
@ -86,7 +86,7 @@ http://<NODE-IP>:<NODE-PORT>/guests/hd/party-wizard.gif
Finally, tear down the pod and service. 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 ### CSI Driver
@ -118,13 +118,13 @@ content from two csi-provisioned volumes backed by a base image. The
statefulset is accessible from a service. 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. 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. Query for the service you created.
@ -159,7 +159,7 @@ http://<NODE-IP>:<NODE-PORT>/guests/hd/party-wizard.gif
Finally, tear down the pod and service. 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 ## Building