fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

A kubernetes operator for FoundationDB

Results 242 fdb-kubernetes-operator issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

enhancement

### 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.

enhancement

### 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...

enhancement

### 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...

enhancement

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...

enhancement

### 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...

technical-debt

Cleaning up repetitive calls in construction of fake KubeClient.

### What would you like to be added/changed? Remove some repetitive calls and setup (nit).

enhancement

### 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...

bug

# 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...

documentation