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

Update README.md


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent da41798b
Branches
Tags
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.23/deploy/local-path-storage.yaml kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.24/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.23" | kubectl apply -f - kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.24" | kubectl apply -f -
``` ```
- Development - Development
...@@ -275,7 +275,7 @@ To uninstall, execute: ...@@ -275,7 +275,7 @@ To uninstall, execute:
- Stable - Stable
``` ```
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.23/deploy/local-path-storage.yaml kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.24/deploy/local-path-storage.yaml
``` ```
- Development - Development
......
apiVersion: v1 apiVersion: v1
description: Use HostPath for persistent local storage with Kubernetes description: Use HostPath for persistent local storage with Kubernetes
name: local-path-provisioner name: local-path-provisioner
version: 0.0.24-dev version: 0.0.25-dev
appVersion: "v0.0.24-dev" appVersion: "v0.0.25-dev"
keywords: keywords:
- storage - storage
- hostpath - hostpath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment