Shishir

Results 64 comments of Shishir

I don't think `containerd-driver` uses anything in `/tmp`. The only host location `containerd-driver` needs which I know of is `/etc` since it needs to setup `/etc/hosts` and `/etc/resolv.conf` when setting...

@Oloremo Have you tried running it? You should be able to change the driver from `docker` to `containerd-driver` and set the `image` and `args`.

@Oloremo > Not yet, we're in the PoC stages with Nomad currently and I wonder if you folks tried it already and willing to share your experience. No, We haven't...

@Oloremo Sorry, I should have responded earlier 🙂 . We are still working on the initial rollout, and currently integration with consul connect is not super high on the priority...

@Oloremo Sorry I have not been able to get to this. Did you try to debug more? You can try to add some `print` statements in the bash script `docker_entrypoint.sh`....

@Oloremo We are doing some internal work around consul service mesh (not using `containerd-driver`) but it's helpful for me to pick up the background/context. I ll see if I can...

@Oloremo Also, looking at your `job spec` it looks like you are using both `sidecar_service` and `sidecar_task` which might be incorrect. Looking at the official docs: https://www.nomadproject.io/docs/job-specification/sidecar_task#default-envoy-configuration ``` Nomad automatically...

@Oloremo Let me see if I can find sometime to progress this.

@lisongmin [`hashicorp/nomad`](https://github.com/hashicorp/nomad) is probably a better place for this issue. When you set ``` network { mode = "bridge" } ``` `nomad` sets up the bridge by relying on the...