Chris Roemmich

Results 23 comments of Chris Roemmich

@ecordell, I have a helm chart for the operator that creates the same resources as the bundle. I'd be happy to contribute it if it's something you want. Let me...

I don't currently have it public, I was hoping to give it to you so I didn't have to maintain it 😄 I'll get it posted on our company Github...

@corkrean https://github.com/bushelpowered/spicedb-operator-chart It's licensed so you can steal it in the future 😉

This would be a big win for us. Nearly all of our evaluations, especially `LookupResouces`, would be significantly faster with the traversal direction inverted. We loosely followed the https://authzed.com/blog/google-cloud-iam-modeling example...

We have a `root` object in our model, similar to `sys`, or `platform`. It would be great to have a clean solution to this general use case. In an ideal...

Now that I think about it more carefully... it wouldn't. As such, I lean more favorably towards this solution.

We have in-house cluster bootstrapping tools that expect everything is deployed with helm and our team is comfortable with it. It would be more effort to add Kustomize support than...

I'm seeing the same thing on Windows Server Core 1709 with Docker 17.06.2-ee-6. Oddly, once I set the MTU in one container on the interface, future containers seem to also...

As a work around, I've created two helper functions that change the MTUs dynamically on the host: https://bitbucket.org/myriadmobile/powershell/src/HEAD/helpers/system.ps1?at=master&fileviewer=file-view-default `Monitor-MTU` creates a Scheduled Task, that runs every minute, that monitors interfaces...

@pjh I believe it's a Docker issue, mostly... I glanced through the daemon code when we ran in to the issue a while ago and noticed explicit MTU handling in...