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? We should look into adopting the management and configuration API from FDB https://github.com/apple/foundationdb/blob/main/documentation/sphinx/source/special-keys.rst#management-module the API was added in 7.0 and should be...

enhancement

Once we are starting backups as part of the cluster lifecycle, we will need a mechanism to clean up backups as part of deleting a cluster. I think that as...

### What would you like to be added/changed? See https://apple.github.io/foundationdb/special-keys.html#global-configuration-module + https://apple.github.io/foundationdb/special-keys.html#configuration-module for implementation details.

enhancement

### What would you like to be added/changed? See: https://apple.github.io/foundationdb/special-keys.html#management-module for more information the interesting key space if `\xff\xff/management/excluded/`, `\xff\xff/management/excluded_locality` and `\xff\xff/management/in_progress_exclusion`.

enhancement

### What would you like to be added/changed? This is similar to https://github.com/FoundationDB/fdb-kubernetes-operator/issues/1193 but instead of adding processes we want to remove the respective key (that is what the include...

enhancement

### What would you like to be added/changed? For more information see: https://apple.github.io/foundationdb/special-keys.html#configuration-module

enhancement

### What would you like to be added/changed? I would propose to evaluate the usage of the maintenance mode when we update Pods. Currently we don't use the maintenance mode...

enhancement

### What would you like to be added/changed? We should document how grv/commit proxies and proxies are interacting and internally are used.

documentation

### What would you like to be added/changed? We have a deployment of the Minio operator in our development environment, running version 1.0.7 of the Minio operator. The latest version...

enhancement
technical-debt

### What would you like to be added/changed? Instead of querying for all instances we should add a locality selector to allow a user to only select a subset of...

enhancement
plugin