- Jan 16, 2020
-
-
Sheng Yang authored
1. Thanks to @poikilotherm, we've added kustomization support. See https://github.com/rancher/local-path-provisioner/pull/57 for details 2. Thanks to @tamalsaha, we've migrated to use the new provisioner framework at `sigs.k8s.io/sig-storage-lib-external-provisioner`. Signed-off-by:
Sheng Yang <sheng.yang@rancher.com>
-
Sheng Yang authored
Update license for 2020.
-
Tamal Saha authored
- Uses PV controller from new library location - Included fix for k8s 1.11 ref:https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/60 Signed-off-by:
Tamal Saha <tamal@appscode.com>
-
- Oct 18, 2019
-
-
Oliver Bertuch authored
-
- Oct 07, 2019
-
-
Matthew Meinzer authored
-
- Sep 27, 2019
-
-
Sheng Yang authored
Thanks to @ibuildthecloud `rancher/local-path-provisioner` is now a multi-arch image supporting amd64, arm64, and armv7 Signed-off-by:
Sheng Yang <sheng.yang@rancher.com>
-
Darren Shepherd authored
-
Sheng Yang authored
To add build status and go report card. Signed-off-by:
Sheng Yang <sheng.yang@rancher.com>
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
- Sep 25, 2019
-
-
Sheng Yang authored
Signed-off-by:
Sheng Yang <sheng.yang@rancher.com>
-
Sheng Yang authored
Signed-off-by:
Sheng Yang <sheng.yang@rancher.com>
-
- Sep 24, 2019
-
-
Tamal Saha authored
Signed-off-by:
Tamal Saha <tamal@appscode.com>
-
- Sep 20, 2019
-
-
Darren Shepherd authored
-
- Sep 05, 2019
- Jul 15, 2019
-
-
Sheng Yang authored
Fixes #34
-
- Jul 12, 2019
-
-
Alvaro Manuel Recio authored
Signed-off-by:
Alvaro Manuel Recio <alvaro.recio@tupl.com>
-
- Jul 09, 2019
-
-
Dor Saidon authored
-
- Jul 02, 2019
-
-
silenceshell authored
We should specify the namespace for pvc, or users who use kube-ns will get in trouble. (The pod has specified the namespace.)
-
- May 21, 2019
-
-
Sheng Yang authored
Change pull policy for helper pod to IfNotPresent
-
- May 08, 2019
-
-
- May 02, 2019
-
-
Sheng Yang authored
Thanks to @km4crus , we've added ARM64 support.
-
Sheng Yang authored
MAY help https://github.com/rancher/local-path-provisioner/issues/14
-
Marco Mancini authored
-
- Apr 26, 2019
-
-
Sheng Yang authored
Thanks to @vvitkovskiy, now the helper pod tolerates all the taints. Since the pod is able to use the node, the helper pod should be able to run on the node as well.
-
Sheng Yang authored
-
vvitkovskiy authored
-
- Apr 18, 2019
-
-
Sheng Yang authored
Use alpine based image for smaller image size.
-
- Apr 10, 2019
-
-
Anit Gandhi authored
1. Update Dockerfile.dapper to install Go 1.12, separate go gets for better image layer caching 2. replace ubuntu image with simple alpine base image 3. add linker flag -w for smaller binary 4. gitignore some generated files
-
- Mar 14, 2019
-
-
Sheng Yang authored
Fix the deployment in non-default namespace
-
Kiran Mova authored
When deploying this provisioner in non-default namespace, this provisioning fails with an message about missing local-path-storage. As per the deployment file, Namespace is passed using the string POD_NAMESPACE. (https://github.com/rancher/local-path-provisioner/blob/master/deploy/local-path-storage.yaml#L75) This PR is to correct the variable name used for fetching the namespace.
-
- Mar 02, 2019
-
-
Sheng Yang authored
Thanks to Reinhard Nägele <unguiculus@gmail.com>, one additional PR has been merged to correctly fix https://github.com/rancher/local-path-provisioner/issues/7 . See commit message and https://github.com/rancher/local-path-provisioner/pull/9 for details
-
Reinhard Nägele authored
This is a follow-up PR for #7, since https://github.com/rancher/local-path-provisioner/commit/3256bdf61b14c6b7e517ede0f56cfebeaf28e616, unfortunately, did not fully fix the issue. The example I supplied is not ideal. It works with your fix because it uses Busybox which doesn't have group 1000 so the user runs with gid=0. I added `id` to the script which prints the following: `uid=1000 gid=0(root) groups=0(root),1000` Now, when I use an image that actually has a user with uid=1000, gid=1000, such as `jenkins/jenkins` it doesn't work because the user does not belong to group 0 in this case: `uid=1000 gid=0(root) groups=0(root),1000` This fixes the issue using `0777` as Minikube does.
-
- Feb 26, 2019
-
-
Sheng Yang authored
Added security context support and helper image parameter
-
Sheng Yang authored
For all the examples, create pvc using `pvc.yaml` first.
-
Sheng Yang authored
-
Sheng Yang authored
The permission of directory is 0770, because when a user login as group e.g. group 1000, they're also belong to group 0. The default permission for host path is 0700, which prevent group 0 from accessing the directory. Fixes https://github.com/rancher/local-path-provisioner/issues/7 . Also added test case `security-context.yaml` derived from @unguiculus 's comment on the issue.
-
- Oct 15, 2018
-
-
Sheng Yang authored
Remove Troubleshooting section for v1.11.
-