Johannes Scheuermann
Johannes Scheuermann
We have a few examples in our code for how we do the deprecations: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/api/v1beta2/foundationdbcluster_types.go#L1669-L1673.We don't maintain the v0 operator release and the best path forward is to upgrade the...
> Hi @brownleej and @johscheuer > > I would like to start working on this enhancement. As @simenl we use a single K8s Cluster spread across 3+AZs. > > The...
I believe that was one of the goals of the colouring approach: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/docs/design/bin_pack_fault_domains.md
We can remove this function once we dropped support for the "old" sidecar approach with the dedicated sidecar image.
Initial setup: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1489
I would say that the latter is not supported in the first version, one could also argue that such knobs shouldn't be defined in the `general` section.
That issue probably happens for clients outside of the FDB Pods? I believe the issue is that the client cannot write to the mounted cluster file from the ConfigMap. It's...
> > That issue probably happens for clients outside of the FDB Pods? I believe the issue is that the client cannot write to the mounted cluster file from the...
IMHO I would integrate it in the `clean` command.
I'm going to close this issue. Feel free to reopen this issue if you still see this behaviour.