fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### What would you like to be added/changed? Instead of always watching we should have a flag `watch` (default: true) to disable this feature.
### What happened? When using the `EmptyMonitorConf` it can happen that a cluster actually doesn't shutdown all processes and it's stuck in this state. We have to investigate why this...
### What would you like to be added/changed? See: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1152#discussion_r840441974 Those test descriptions should be rephrased to make more sense.
### What would you like to be added/changed? In one of our next releases we should drop the code for v1beta1, this is currently unused anyway. We have to ensure...
### What would you like to be added/changed? Currently our e2e pipeline takes ~2h we should look at those test and see which tests are important and should be running...
### What would you like to be added/changed? We have to update this part of the user manual: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/docs/manual/customization.md#pod-update-strategy
### What would you like to be added/changed? Those validation rules are still in alpha for Kubernetes clusters running 1.23 but I think it make sense to have an issue...
Now that we have the helm chart, after [this PR](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/59), we should now host that helm chart so that the controller can be installed using helm. We can use github...
### What would you like to be added/changed? When a user runs the `kubectl analyze --auto-fix` the user can only approve to replace either all proposed process groups or none...
### What would you like to be added/changed? Currently when running the `kubectl analyze` command with the `--auto-fix` flag the command will print out a list of process groups to...