Johannes Scheuermann

Results 162 comments of Johannes Scheuermann

Are you able to share the operator logs?

I'm going to close this issue. Feel free to reopen it once you have the operator logs to share.

> Question 1: After delete and recreate cluster as refer from https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/config/samples/cluster.yaml the PV can not be used anymore, it create PVC and PV by processID. unlike the statefulset style...

> Q1: just wondering if there is an way to create a fixed process group ID, it can be setup in cluster.yaml, so that the pod name and pv &...

Hello 👋 Could you please verify if you have a `ClusterRole` similar to this one: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/config/samples/deployment.yaml#L6-L19 for your operator deployment? The error that you copied says that the operator is...

We don't maintain the helm-charts actively as they were contributed by the community (see: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/README.md#using-helm). If you have the time to add it to the helm-charts and open a PR,...

Those are different concepts. The `ProcessGroup` in the [FoundationDBClusterStatus](https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/docs/cluster_spec.md#processgroupstatus) represents the logical container for the Kubernetes resources that will be created, e.g. a Pod, a PVC (if stateful), a service...

I'll reopen the issue and mark it as `documentation`. Thanks for getting back on this. This is something we should be documenting and eventually see if we can fix the...

> I suspect the issue is that restart_delay is an fdbmonitor parameter, rather than an fdbserver parameter, so it gets absorbed by fdbmonitor and doesn't get propagated to the fdbserver...

I looked a bit more into this and we have to add a dedicated setting for this: https://apple.github.io/foundationdb/configuration.html#general-section: > These restart- parameters are not applicable to the fdbmonitor process itself....