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? We should think about using https://github.com/campoy/embedmd in our docs, this would allow to have the yaml files in another folder and we...

enhancement

### What would you like to be added/changed? I think it would make sense to allow the kubectl fdb plugin to read a cluster from a yaml file. This would...

enhancement
plugin

In our kustomize config for the operator deployments, we have multiple init containers defined for copying binaries and libraries. This has a lot of repetition, since each container is using...

technical-debt

FDB supports having multiple concurrent backups by using different backup tags. We should support this in the operator by adding an optional tag to the backup spec. The tag should...

### What would you like to be added/changed? We should evaluate the usage of the [Multi-threaded Client](https://apple.github.io/foundationdb/api-general.html#multi-threaded-client) this could potentially help when the operator is managing multiple clusters at once.

enhancement

### What happened? I think the current behaviour and integration between `DeletionMode ` and `PodUpdateStrategy ` of the operator is confusing to users. For example if a user set `DeletionMode`...

documentation

We set a log group environment variable in the docker image. This sets a field in the trace events that makes it easier to find events for the operator when...

enhancement

Currently the `version` command just uses the tag to identify the version of the operator running in a Kubernetes cluster. Instead of using the tag we should make use of...

plugin

We should document the steps for a release and add some scripts to do most of the work (with some additional checks). I think most of the required steps are...

technical-debt

Like stated in this comment: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/380#discussion_r525134130 we should remove `maps` where possible n the API.

technical-debt