Hi, there
as the title say, when use the local CNI plugin, like bridge or IPAM, the CNI doc said that we can use the CNI_ARGS to request a specific IP address from a subnet, that means we can fix the IP for the pod in the edge node which the net is isolated.
so, is there any way useing CNI local plugin bridge or IPAM to fix the IP via k8s -> cri-dockerd -> docker?
thx
ref: https://www.cni.dev/plugins/current/ipam/host-local/
