hustcat / sriov-cni

SR-IOV CNI plugin
Apache License 2.0
231 stars 49 forks source link

IPv6 support with sriov ipam #42

Open subrnath opened 5 years ago

subrnath commented 5 years ago

We would like to use sriov ipam with ipv6. Following error message is seen when we do "kubectl describe pod". State of the pod remains "ContainerCreating".

NetworkPlugin cni failed to set up pod "consul-server-598569f574-5p77b_amf1" network: Multus: Err in tearing down failed plugins: Multus: error in invoke Delegate add - "sriov": IPAM plugin returned missing IPv4 config,

Here is the yaml file for the NW manifest -

apiVersion: "k8s.cni.cncf.io/v1" kind: NetworkAttachmentDefinition metadata: name: namespace: spec: config: '{ "LogFile": "/var/log/multus.log", "name": "sriov-ipam-ipds-2", "LogLevel": "debug", "type": "sriov", "if0": "", "if0name": "eth3", "vlan": , "ipam": { "type": "host-local", "subnet": "<ipv6 subnet/prefix", "rangeStart": "", "rangeEnd": "", "gateway": "" } }'

When will the support for IPv6 be available?

subrnath commented 5 years ago

Any update on this?