Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 support with sriov ipam #42

Open
subrnath opened this issue Apr 30, 2019 · 1 comment
Open

IPv6 support with sriov ipam #42

subrnath opened this issue Apr 30, 2019 · 1 comment

Comments

@subrnath
Copy link

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
Copy link
Author

subrnath commented May 6, 2019

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant