Skip to content
Snippets Groups Projects
Commit 502c7785 authored by Derek Su's avatar Derek Su
Browse files

readme: update to v0.0.25


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 37687b9a
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a ...@@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a
- Stable - Stable
``` ```
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.24/deploy/local-path-storage.yaml kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.25/deploy/local-path-storage.yaml
``` ```
- Development - Development
...@@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione ...@@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione
Or, use `kustomize` to deploy. Or, use `kustomize` to deploy.
- Stable - Stable
``` ```
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.24" | kubectl apply -f - kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.25" | kubectl apply -f -
``` ```
- Development - Development
...@@ -294,7 +294,7 @@ To uninstall, execute: ...@@ -294,7 +294,7 @@ To uninstall, execute:
- Stable - Stable
``` ```
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.24/deploy/local-path-storage.yaml kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.25/deploy/local-path-storage.yaml
``` ```
- Development - Development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment