Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for kubernetes service discovery | Max Audron | 2022-03-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | This commit adds support to discover garage instances running in kubernetes. Once enabled by setting `kubernetes_namespace` and `kubernetes_service_name` garage will create a Custom Resources `garagenodes.deuxfleurs.fr` with nodes public key as the resource name. and IP and Port information as spec in the namespace configured by `kubernetes_namespace`. For discovering nodes the resources are filtered with the optionally set `kubernetes_service_name` which sets a label `garage.deuxfleurs.fr/service` on the resources. This allows to separate multiple garage deployments in a single namespace. the `kubernetes_skip_crd` variable allows to disable the creation of the CRD by garage itself. The user must deploy this manually. | ||||
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 1 | -2/+8 |
| | |||||
* | New buckets for 0.6.0: fix model and migration | Alex Auvolat | 2022-01-04 | 1 | -5/+5 |
| | |||||
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -0/+29 |
| | |||||
* | Add semaphore to limit RAM used by buffered outgoing requestsrequest-buffer-semaphore | Alex Auvolat | 2021-11-03 | 1 | -0/+3 |
| | |||||
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -2/+37 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -30/+52 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -7/+4 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -14/+14 |
| | |||||
* | fix clippy warnings on util and rpc | Trinity Pointard | 2021-05-03 | 1 | -2/+2 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | document util crate | Trinity Pointard | 2021-04-27 | 1 | -0/+4 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -1/+7 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 1 | -4/+4 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -35/+2 |
| | |||||
* | Implement HTTP ranges in get | Alex Auvolat | 2020-05-04 | 1 | -6/+6 |
| | |||||
* | Implement DeleteObjects | Alex Auvolat | 2020-05-01 | 1 | -0/+12 |
| | |||||
* | Starting to be S3 compatible | Alex Auvolat | 2020-04-24 | 1 | -0/+4 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+112 |