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 would you like to be added/changed? Instead of always watching we should have a flag `watch` (default: true) to disable this feature.

enhancement
plugin

### 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...

bug

### 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.

technical-debt

### 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...

technical-debt

### 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...

enhancement
technical-debt

### 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

documentation

### 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...

enhancement

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...

good first issue
help wanted

### 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...

enhancement
plugin

### 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...

enhancement
plugin