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 happened? When I delete more than half of the pods, it will trigger recovery process, coordinator ip changes, then I run ``` /usr/local/bin/kubectl fdb fix-coordinator-ips -c mdm-foundationdb-ibm -n...

bug

# Description Otherwise the timeout check doesn't work. ## Type of change *Please select one of the options below.* - Bug fix (non-breaking change which fixes an issue) ## Discussion...

### What would you like to be added/changed? Currently we maintain two docker files one for the normal image and one for the distroless image. We should merge those images...

enhancement

# Description Add support for server side apply. Fixes: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/1278 ## Type of change *Please select one of the options below.* - New feature (non-breaking change which adds functionality) ##...

# Description Profile analyzer is a [script](https://github.com/apple/foundationdb/blob/main/contrib/transaction_profiling_analyzer/transaction_profiling_analyzer.py) to findout the top team reads. This PR adds a plugin to run the script as a Job to analyse the cluster. ##...

…rolling upgrade *Please select one of the options below.* - Bug fix (non-breaking change which fixes an issue) x New feature (non-breaking change which adds functionality) - Breaking change (fix...

### What happened? We have configured an FDB cluster using the v1.7.0 operator, this is operating correctly and can be interacted with. The cluster has reconcilled correctly. We have now...

bug

### What would you like to be added/changed? I have this idea for a long time and I will try to find some time in the next weeks to write...

enhancement

### What would you like to be added/changed? Currently the operator directly stops if it hits the maximum number of replacements https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/internal/replacements/replace_failed_process_groups.go#L66 instead of directly stopping we should iterate over...

enhancement

We should have more options to configure the metadata and spec for the services we create when creating per-pod services. As part of this, we should explore what other service...