Flávio Schuindt

Results 10 comments of Flávio Schuindt

Hey @ehough, I've implemented this. Just tested and it's working super fine on my raspberry: https://hub.docker.com/repository/docker/fschuindt/docker-nfs-server Note that it's entirely based on yours and I was thinking initially to actually...

Thanks for the answer, @ehough! Ok, here is how it works in Kubernetes: By default, the cluster is set up in a way that if the available free storage space...

Hi, @shinebayar-g, do you have any other idea other than ```nfs``` to share a volume between two (or multiple) pods in k8s?

Yeah, I researched on this and came up with the same conclusion. You can actually use the same PVC for two different PODs. If, by luck, they got schedule at...

Hi, @kishorebanala, thanks for the reply. Just as extra information, I tried exactly the same with asyncComplete=true and what I observed is the same behavior. For MySQL, even with asyncComplete,...

@kishorebanala any follow up based on my last comment? Thank you.

Hey @kishorebanala, yes, this was local. I first tested locally on my laptop with MySQL as persistent store. Worked perfectly and then I rollout for our DEV environment. While on...

As suggestion for 2.X of conductor, you actually don't need to import conductor code per say. One approach is to create a external jar that implement any interface of conductor...

> Hi @trivedishalini , Looks like when the redis node is restarted, the replica is marked as read-only and conductor is trying to write to it. Quick google search shows...

Would this somehow be related to this: https://github.com/oras-project/oras-go/issues/472?