John Brownlee

Results 29 comments of John Brownlee

Is the goal here to prevent bad behavior when accidentally running multiple operators, or to allow the user to run multiple operators without a conflict? In the latter case, I'm...

@johscheuer I tried using an image digest in some recent tests, and the syntax for them is slightly different in a way that the image configs don't support.

I went through the CRD YAML files looking for occurrences of "additionalProperties", which seems to signal the use of a map type in the CRD. Most of the cases I...

The backup resource is now separate from the cluster resource, so we can decouple the deletion of the backup from the deletion of the cluster more easily. There's still work...

The operator relies on the process group list in the FoundationDBClusterStatus to match old IPs and new IPs. What do you see in that status? Is it finding the new...

Without this flag, would there be any way to remove a process group that does not have an associated pod?

Do we have examples of other operators following this pattern?

That's an example from Helm. I was looking for an example of another operator in real usage following this pattern.

Is this the kind of update described here a rolling bounce? I think we have a path to eliminate the coordinator changes in that flow, once we can use DNS...

For safety checks on bounces, I think it's generally OK to rely on manual bounces. It helps if we can have clear messaging on why the operator is not doing...