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
- 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
......@@ -37,7 +37,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione
Or, use `kustomize` to deploy.
- 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
......@@ -231,7 +231,7 @@ To uninstall, execute:
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment