fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
# 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...
Missing processes cause the FoundationDBClusterStatus to be out of sync with actual cluster status
### 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...
### 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...
### 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.
### 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....
# 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...
### 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...
### 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...
### 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...