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

# Description This lifts some constraints on coordinator selection, hopefully fixes https://github.com/FoundationDB/fdb-kubernetes-operator/issues/871 (ran subset of e2e tests which reconciled, will see if the rest do) ## Type of change *Please...

### What happened? In our k8s cluster, we sometimes have processes / nodes that are killed by other systems running in the cluster. When this happens, the node can disappear...

question

### What happened? got the issue like https://github.com/apple/foundationdb/issues/11222 ``` SIGSEGV: segmentation violation PC=0x7f2951e1c13a m=3 sigcode=1 addr=0x40 signal arrived during cgo execution ``` * foundationdb/fdb-kubernetes-operator:v1.46.0 * foundationdb/foundationdb: 7.1.46 The cluster not...

question

### What would you like to be added/changed? Allow the e2e tests to be running with different database interaction modes to test the management setup in the operator.

enhancement

### What would you like to be added/changed? In some cases it could happen that during a replacement the new pods are all located on a single fault domain, e.g....

enhancement

# Description *Please include a summary of the change and which issue is addressed. If this change resolves an issue, please include the issue number in the description.* When looking...

### What would you like to be added/changed? See the forums thread: https://forums.foundationdb.org/t/fdb-regular-recovery-with-operator/4562. We should clarify the assumptions from FDB and how to setup things on Kubernetes. In addition we...

documentation

### What would you like to be added/changed? With the support for multi-cluster coordination (https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2259) we decided to implement a wait time to increase the probability that the different operator...

enhancement

### What would you like to be added/changed? Currently, there is a `storage_engine` option to set the storage engine, but no option to alter the log engine. This seems like...

enhancement

### What would you like to be added/changed? We should add a safety check to the change coordinator action like a specific uptime of the cluster to reduce the risk...

enhancement