fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
### What would you like to be added/changed? We should read the maintenance mode from the special keyspace instead of reading the whole status. Ref: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1275/commits/66f8890f92fe572f197e823f79155d8697f2fd9a#diff-01c3d813e083af043a3531c4947f96a46b3e484111be553b661a4818575d99a7R350
### What would you like to be added/changed? We should link this talk in our documentation: https://www.youtube.com/watch?v=Kf3kquvuing
# Description This PR implements the first step towards supporting three data hall configuration in the operator. As discussed in: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/348 ## Type of change *Please select one of the...
### What would you like to be added/changed? We could initially try to get the new connection string by iterating over the `ProcessGroups` and if that's possible proceed with the...
### What would you like to be added/changed? We currently have e2e tests for our operator but we lack e2e tests for the kubectl-fdb plugin. We should add tests for...
### What would you like to be added/changed? We should add support for the `bounce_impact` fields in the cluster status. If `can_clean_bounce ` is `false` we shouldn't try to bounce...
### What would you like to be added/changed? The operator relies on pod anti-affinity to distribute processes across fault domains. When we're doing replacements, we can see sub-optimal placement of...
### What would you like to be added/changed? https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1299/files#r945463858
### What would you like to be added/changed? See: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1299/files#r963375472
### What would you like to be added/changed? We already read the cluster from the Kubernetes API, so we should use the cluster config to get the expected sidecar image...