Skip to content
Commits on Source (2)
  • Eduardo Mínguez's avatar
    Update README.md to 0.26 · 173f1ce1
    Eduardo Mínguez authored
    173f1ce1
  • Terry's avatar
    Update README.md,rm /manager · fe4717cb
    Terry authored
    failed to start container "helper-pod": Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime creat │
    │ e failed: runc create failed: unable to start container process: exec: "/manager": stat /manager: no such file or directory: unknown
    fe4717cb
...@@ -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.25/deploy/local-path-storage.yaml kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.26/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.25" | kubectl apply -f - kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.26" | kubectl apply -f -
``` ```
- Development - Development
...@@ -155,9 +155,7 @@ data: ...@@ -155,9 +155,7 @@ data:
"node":"yasker-lp-dev3", "node":"yasker-lp-dev3",
"paths":[] "paths":[]
} }
], ]
"setupCommand": "/manager",
"teardownCommand": "/manager"
} }
setup: |- setup: |-
#!/bin/sh #!/bin/sh
...@@ -294,7 +292,7 @@ To uninstall, execute: ...@@ -294,7 +292,7 @@ To uninstall, execute:
- Stable - Stable
``` ```
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.25/deploy/local-path-storage.yaml kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.26/deploy/local-path-storage.yaml
``` ```
- Development - Development
......