Tim Gross
Tim Gross
@misterbisson @ShubhraKar this is a bit of an old issue but do we have updates on this?
> Well, it's supposed to be fixed in newer versions of the `grpc-go` library but I've seen weird cases where that appears to not be the case. Ultimately the issue...
Hi @travisghansen, those links are all very helpful and with a small patch I was able to get a working plugin with `latest`. tl;dr we need to set `grpc.WithAuthority("localhost")` on...
> Out of curiosity is it even possible with Nomad to deploy with the proxy sidecar and make it work that way? It should be. You'd have the proxy sidecar...
It never got reviewed for some reason and currently has a merge conflict. This week the team has their plate full with the Nomad 1.4.0 release but I'll try to...
My understanding from when I did the Docker implementation and looked at `exec` was that the [`network_manager_linux`](https://github.com/hashicorp/nomad/blob/main/client/allocrunner/network_manager_linux.go) code will call into the Docker driver to create the network namespace whenever...
> Yes, Kubernetes already breaks CSI spec and can call ControllerUnpublish without NodeUnpublish / NodeUnstage succeeding if Kubernetes thinks the node is broken - it can't really call NodUnstage/Unpublish in...
> Are there any concerns from plugin providers that may be relying on CSI-as-written vs. the best-effort described herein? IIRC all the plugins I've tested that support `ControllerPublish` implement that...
> Is it upstream yet? We can do a commit-id update for now if necessary. Everything we need to support this in the API is on `main`. We're expecting to...
I've opened https://github.com/hashicorp/nomad/issues/14762 with a reminder to ourselves to update Nomad to point to the new release of CT once this has been merged.