fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### 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...
### 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...
### What would you like to be added/changed? See: https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE
### 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....
### 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...
### 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...
### 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.
### 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...
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?
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,...