You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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?
The text was updated successfully, but these errors were encountered: