fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### What would you like to be added/changed? In some cases it can be important to let the operator quickly exclude a process (or a subset of processes) and bypass...
### What would you like to be added/changed? As [discussed in a separate thread](https://forums.foundationdb.org/t/additional-sidecar-containers-for-exporting-trace-logs-with-the-kubernetes-operator/4798), the phrasing of the documentation for `podTemplate` in `ProcessSettings` is a little confusing. It currently reads:...
### What would you like to be added/changed? In our test suite for the velocity of the operator (knob rollout) we have a test called `"a knob is changed and...
### What happened? The tests are failing sometimes in a state where manual intervention would be required. The test is marked as pending until we fixed the test setup/operator to...
### What would you like to be added/changed? Currently the operator creates a deployment to manage the backup agents as a Kubernetes Deployment. In this deployment the backup_agent process is...
### What would you like to be added/changed? Update the docs in `docs/manual/fault_domains.md` and mention how to use the `unified` image for three data hall as the setup will be...
### What happened? I have found a quirky issue happening when using `three_data_hall`; the issue consists in the k8s FoundationDB cluster status containing an outdated connection string which does not...
### What would you like to be added/changed? Sometimes it can be helpful to add additional knobs to the commands that the operator is running, e.g. when debugging a new...
### What would you like to be added/changed? There might be cases where the connection string is outdated, e.g. because the coordinator pods were recreated. The analyze subcommand should detect...
### What would you like to be added/changed? Currently the configureSidecarContainer is a bit hard to read with the different cases (depending on the passed optional cluster and if the...