| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-16 | trying logrusorigin/logrus | Chris Lu | 10 | -42/+43 | |
| 2020-10-12 | sync with seaweedfs repo | Chris Lu | 4 | -10/+670 | |
| 2020-10-02 | Merge pull request #4 from airhorns/patch-1 | Chris Lu | 1 | -2/+3 | |
| Update CSI yaml to allow using k8s service DNS to contact the filer | |||||
| 2020-10-02 | Update CSI yaml to allow using k8s service DNS to contact the filer | Harry Brundage | 1 | -2/+3 | |
| I think lots of users are going to use the CSI driver with a seaweedfs cluster also running in k8s. The natural way to connect the driver to that cluster would be using DNS instead of hard coded IPs, so I set `SEAWEEDFS_FILER` to something like `seaweedfs-filer.seaweed-namespace.svc:8888`, which the driver kept timing out trying to connect. I realized the driver was running using `hostNetwork: true`, which means the in-cluster DNS resolution doesn't happen, so the .svc hostnames are just unresolved. This changes the default YAML for the next person coming along to use the in-cluster DNS resolution first, and then the host's DNS resolution, so that if the filer happens to be running the cluster, it can be connected from the driver running on the host. An alternative would be to not use `hostNetworking` for the driver daemonset, but I am presuming that's there for a reason. | |||||
| 2020-09-23 | auto created directory need to have open permission on k8s | Chris Lu | 1 | -0/+1 | |
| 2020-09-04 | fix compile error | Chris Lu | 1 | -1/+1 | |
| 2020-09-04 | start weed mount without blocking | Chris Lu | 2 | -2/+3 | |
| 2020-09-04 | add logging | Chris Lu | 3 | -5/+5 | |
| 2020-09-03 | add timeout | Chris Lu | 1 | -0/+1 | |
| 2020-07-24 | Update README.md | Chris Lu | 1 | -1/+1 | |
| 2020-07-24 | fix compilation | Chris Lu | 1 | -2/+2 | |
| 2020-07-24 | sync with seaweedfs repo with go get | Chris Lu | 2 | -2/+162 | |
| 2020-06-15 | Update README.md | Chris Lu | 1 | -1/+4 | |
| 2020-06-14 | Merge pull request #1 from thiscantbeserious/master | Chris Lu | 1 | -3/+2 | |
| Make Builder Platform agnostic | |||||
| 2020-06-14 | Make Builder Platform agnostic | thiscantbeserious | 1 | -3/+2 | |
| 2020-06-12 | Update README.md | Chris Lu | 1 | -15/+0 | |
| 2020-06-12 | Update Dockerfile.dev | Chris Lu | 1 | -2/+7 | |
| 2020-06-12 | add fuse | Chris Lu | 2 | -0/+2 | |
| 2020-06-12 | auto create dir to mount | Chris Lu | 1 | -0/+1 | |
| 2020-06-12 | empty controller publish unpublish volume implementation | Chris Lu | 1 | -2/+2 | |
| 2020-06-12 | add ControllerServiceCapability_RPC_PUBLISH_UNPUBLISH_VOLUME | Chris Lu | 1 | -0/+1 | |
| 2020-06-12 | set driver name | Chris Lu | 1 | -1/+1 | |
| 2020-06-12 | adjust logs | Chris Lu | 3 | -4/+5 | |
| 2020-06-11 | fix glog | Chris Lu | 1 | -1/+1 | |
| 2020-06-11 | logging | Chris Lu | 2 | -2/+12 | |
| 2020-06-09 | skip checking | Chris Lu | 4 | -14/+27 | |
| 2020-06-07 | add readme license | Chris Lu | 2 | -0/+266 | |
| 2020-06-07 | copied from moosefs | Chris Lu | 4 | -102/+411 | |
| 2020-06-07 | dev prod dockerfilee | Chris Lu | 3 | -4/+11 | |
| 2020-06-07 | adjust docker file | Chris Lu | 1 | -3/+17 | |
| 2020-06-02 | compile | Chris Lu | 9 | -16/+48 | |
| 2020-06-01 | configure filer via CLI | Chris Lu | 7 | -48/+149 | |
| 2020-05-31 | build container successfully | Chris Lu | 2 | -0/+22 | |
| 2020-05-31 | it can compile now! | Chris Lu | 10 | -33/+945 | |
| 2020-03-19 | WIP | Chris Lu | 11 | -0/+671 | |
