fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### What would you like to be added/changed? Currently the subcommand to recover a multi-region cluster only works if the cluster doesn't use IP addresses.
### What would you like to be added/changed? See: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2147#discussion_r1804954704. The test should include a check that all processes are included and no processes are listed in the excluded server...
### What would you like to be added/changed? See: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2138#discussion_r1789960621
### What would you like to be added/changed? Design doc for the new backup system: https://github.com/apple/foundationdb/blob/main/design/backup_v2_partitioned_logs.md
### What would you like to be added/changed? During version incompatible upgrades the `checkClientCompatibility` this reconciler will check if there are any incompatible processes with the new desired version. Currently...
# Description Enable TLS conversion for e2e tests to get a signal about the stability of the conversion. ## Type of change - Other ## Discussion I ran the test...
# Description Supports suppling an encryption key file path for backups and restores. ## Type of change - New feature (non-breaking change which adds functionality) ## Discussion *Are there any...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.3.0 What's Changed build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in go-viper/mapstructure#46 build(deps): bump golangci/golangci-lint-action from...
# Description Enable global sync mode in e2e tests again. ## Type of change - Other ## Discussion - ## Testing CI will run e2e tests. ## Documentation - ##...
# Description Rewrite the data-loader in go and allow the data-loader to be modified ## Type of change - Other ## Discussion This allows to load more data into a....