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

### What would you like to be added/changed? Currently our plugin just ignores provided process groups that are not matching. Instead we should provide a warning on `stderr` to the...

enhancement
plugin

### What would you like to be added/changed? In some of our subcommand in the kubectl fdb plugin we have a `--use-process-group-id` flag but I think we never really used...

technical-debt

### What would you like to be added/changed? See: https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE

technical-debt

### What would you like to be added/changed? We should look into using server side apply to reduce the conflicts that we see when updating the status of our resources....

enhancement

### What would you like to be added/changed? We should add some testing code to ensure our application configuration is always correct see: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1282 for some more details. We have...

enhancement

### What would you like to be added/changed? I would like to have the possibility to run different buggify actions with the plugin e.g.: ```bash kubectl fdb buggify creah-loop -c...

enhancement
plugin

### What would you like to be added/changed? We should add a Prometheus counter when the database configuration was changed to see how often the operator changes the database configuration.

monitoring

### What would you like to be added/changed? With the new unified image approach we should consider/explore to make use of [ephemeral containers](https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers) during upgrades to copy the new binaries...

enhancement

It seems that the operator only supports ClusterIP as the public ip. But how can I visit the fdb server from outside of Kubernetes, eg, my desktop?

question

Hey guys! We're using networkPolicies to restrict which pods our pods can talk to.. I have policy permitting fdb-operator to talk to the fdb pods on TCP 4501 and 8080,...

question