Hi, thank you for maintaining this great project.
I would like to set CNI_IFNAME
as a parameter when inserting network interface into container using CNI plugin. is there any way to set this during ADD
call?
As far as I can tell from the source code, seems like it doesn’t accept any parameters (args):
https://github.com/hashicorp/nomad/blob/f233f7446cce12fc82e823165705ad8e4ad9d0db/client/allocrunner/networking_cni.go/#L100
Thanks!