Michael Burman

Results 285 comments of Michael Burman

That depends entirely how you want to store the data. local-path-storage stores it on the disk of the Kubernetes node.

I can confirm something broke the FreeBSD support between 0.17.0 and 0.18.0

> Don't the additional seeds need to be added/not added according to whether the service exists? Yes and that requires a change and rolling restart. This was also the original...

We can replicate the secret to its own destination, that's no problem. A copied secret should just have an annotation that indicates it's a copy and thus it would never...

We shouldn't have a case with Secret -> ReplicatedSecret -> Secret -> ReplicatedSecret -> Secret. Something's gone horrible wrong at that point and it's good that it fails.

> do we really need a mutex? (I think the reconciler logic is single-threaded, at least by default) There's a setting in the reconciler logic to set the amount of...

> Apparently I need to update an admission controller? No, but did you forget to run ``make manifests generate`` ? As after running it the CRD yaml file becomes correct.

I think tests should run it (and you should see that your git repo isn't clean anymore). It's pretty normal to not edit the YAML file by hand, especially in...