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

Update README.md


Update stable version to v0.0.22

Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 5d665476
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a ...@@ -26,7 +26,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.21/deploy/local-path-storage.yaml kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/deploy/local-path-storage.yaml
``` ```
- Development - Development
...@@ -37,7 +37,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione ...@@ -37,7 +37,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.21" | kubectl apply -f - kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.22" | kubectl apply -f -
``` ```
- Development - Development
...@@ -231,7 +231,7 @@ To uninstall, execute: ...@@ -231,7 +231,7 @@ To uninstall, execute:
- Stable - Stable
``` ```
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.21/deploy/local-path-storage.yaml kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/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