Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add feature flag for Kubernetes discovery | Alex Auvolat | 2022-03-24 | 1 | -0/+1 |
| | |||||
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Add many metrics in table/ and rpc/ | Alex Auvolat | 2022-03-14 | 1 | -0/+1 |
| | |||||
* | add support for kubernetes service discovery | Max Audron | 2022-03-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | - change the terminology: the network configuration becomes the role table, the configuration of a nodes becomes a node's role - the modification of the role table takes place in two steps: first, changes are staged in a CRDT data structure. Then, once the user is happy with the changes, they can commit them all at once (or revert them). - update documentation - fix tests - implement smarter partition assignation algorithm This patch breaks the format of the network configuration: when migrating, the cluster will be in a state where no roles are assigned. All roles must be re-assigned and commited at once. This migration should not pose an issue. | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -4/+4 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -1/+0 |
| | |||||
* | fix clippy warnings on util and rpc | Trinity Pointard | 2021-05-03 | 1 | -0/+1 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | run cargo fmt on util and make missing doc warning | Trinity Pointard | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | document rpc crate | Trinity Pointard | 2021-04-27 | 1 | -1/+4 |
| | |||||
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 1 | -2/+1 |
| | |||||
* | Some refactoring | Alex Auvolat | 2021-02-21 | 1 | -1/+5 |
| | |||||
* | Make less things public | Alex Auvolat | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+7 |