Seth Hoenig

Results 74 comments of Seth Hoenig

Hi folks, starting with Nomad v1.6 (and a `nomad-driver-podman` release shortly thereafter) (ETA mid-June-ish), the Connect with Podman story should be significantly improved. The goal of https://github.com/hashicorp/nomad/issues/17042 is to make...

As mentioned in #173 Podman is dropping CNI support in v5.

I think implementing support for creds like the docker driver should be possible now? At least the docker pull API supports identity tokens, https://docs.podman.io/en/latest/_static/api.html#tag/images/operation/ImagePullLibpod ``` base-64 encoded auth config. Must...

I think this feature - if possible - should be implemented in a separate task driver. The driver in this repository is oriented around representing a single Podman **container** as...

@optiz0r or @ttys3 can either of you still reproduce the issue? I just tried and unless I'm misunderstanding it seems to work. ```hcl job "http" { group "group" { network...

@dpotapov what version of Nomad are you upgrading _from_? And can you describe more about the runtime environment (like are you running clients in a VM? or what architecture? etc.)

I think you're right @apollo13, unfortunately updating consul isn't going to be straightforward since they split out autopilot to https://github.com/hashicorp/raft-autopilot ``` ➜ go mod tidy go: finding module for package...

Hi @finwo thanks for the report, `nomados` looks like an interesting project! The root cause here is likely the lack of a `df` executable used for finding the mount point...

Sounds reasonable @danishprakash. Of course the best way to know would be to try it :slightly_smiling_face: