fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### What happened? We were experimenting with using [`taintReplacementOptions`](https://github.com/FoundationDB/fdb-kubernetes-operator/blob/c66f757b987c5638c8f236e3f8186eb3d85c257f/docs/manual/replacements_and_deletions.md#example-setup-1) for rotating the pods of our `FDB` cluster onto new nodes, while upgrading our Kubernetes version. However, after applying the `taints`...
### What happened? hi, when I was doing a simple deployment test, I found that the cluster health status indicators did not meet expectations. This situation is likely to happen....
### What would you like to be added/changed? If a user wants to change the storage engine right now with the operator this will require a manual step to change...
### What would you like to be added/changed? In the current implementation we change the arguments to `crash-loop`, this has the drawback that the Pod has to be recreated. In...
# Description Add another test case to cover: https://forums.foundationdb.org/t/multi-dc-coordinators/4503/6 I have to add some additional steps, but all of them should already be covered in other (e2e) tests. ## Type...
### What would you like to be added/changed? A FoundationDB cluster can be run with the config db disabled (`--no-config-db` passed to `fdbserver` processes); however when operator would issue the...
### What would you like to be added/changed? In https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2045#discussion_r1625988092 we saw that the imports can change, depending on the IDE. To prevent this we should make use of `goimports`...
### What would you like to be added/changed? See: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2017#discussion_r1594991917 We should prefer to remove a process group with a condition.
### What would you like to be added/changed? The feature is stable since 1.25: https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers. We could add support for this feature and allow a user to decide which upgrade...
### What would you like to be added/changed? In https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2028/files#diff-ac49e64b9090afcbc491d5b0591784eb20d910e031838c8a4ddcac9593a4d0d9 we added a new common place to add well-known env variable names. We should move all env variables into this...