fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### What would you like to be added/changed? There is a case where the log dir can be spammed with new trace log files (see: https://forums.foundationdb.org/t/fdb-log-files-accumulating-for-old-process-and-wasnt-cleaned-when-there-is-a-new-process/3531/2). We should evaluate the...
### What would you like to be added/changed? Once https://github.com/kubernetes/client-go/issues/992 is resolved we should add support for this in our mock test client.
### What would you like to be added/changed? Currently we use a very broad and not well documented fault tolerance value from the cluster status. We should make use of...
### What would you like to be added/changed? We could use a tool like https://github.com/apache/skywalking-eyes to automatically validate our Apache header in our source files. This would remove some toil...
Many cloud providers have Availability Zones within their regions. These zones are independent from each other, such that failures affecting multiple zones are less likely. We'd like to run FoundationDB...
### What would you like to be added/changed? Our linter checks if the imports are formatted with `goimports` but we don't run `goimports` when running `make fmt`, we should change...
Cleaning up repetitive calls in construction of fake KubeClient.
### What would you like to be added/changed? Remove some repetitive calls and setup (nit).
### What happened? Creating a cluster with a `restart_delay` custom parameter override leads to the very first pods being created with the `IncorrectCommandline` / `IncorrectProcess` problem. This is what the...
# Description Fixes: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/1958 ## Type of change *Please select one of the options below.* - Documentation ## Discussion - ## Testing - ## Documentation Updated the docs. ## Follow-up...