fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### What happened? As a mitigation to storage roles being recruited to log processes [[forum post](https://forums.foundationdb.org/t/never-assign-storage-role-to-log-processes/4294)], we tried setting [maxConcurrentReplacements](https://github.com/FoundationDB/fdb-kubernetes-operator/blob/73270bac4f6fa7faab4f7820c64c618d5a5f1b11/docs/manual/replacements_and_deletions.md?plain=1#L27) to reduce the number of concurrent exclusions. However, this caused...
### What would you like to be added/changed? There are cases where it could be useful for the new fdb-kubernetes-monitor to delay the shutdown of its own process but shutting...
### What would you like to be added/changed? We should make use of https://pkl-lang.org/index.html instead of kustomize for our examples.
### What happened? In cluster_spec.md lots of helpful information is generated from struct information, however, the docgen is not setup to generate helpful information for Go "enums" such as `processGroupConditionType`,...
### What would you like to be added/changed? In some cases it could be beneficial to be able to isolate a set of process groups. The idea of isolation is,...
### What would you like to be added/changed? Docs: https://apple.github.io/foundationdb/command-line-interface.html#consistencycheck This feature will be helpful to troubleshoot corruption issues in the cluster.
### What would you like to be added/changed? ### Issue Description When configuring a cluster with _three_data_hall_ replication as described in the [documentation](https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/docs/manual/fault_domains.md#three-data-hall-replication), the current process involves several manual steps....
### What would you like to be added/changed? In the current setup with locality based exclusions it could happen that a human operator excluded a locality and the operator could...
### What would you like to be added/changed? I think we should document that the test processes have a special role and might some some side effects to operations on...
### What would you like to be added/changed? See: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1846#issuecomment-1766733384