-
Notifications
You must be signed in to change notification settings - Fork 450
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
The pod is failed to created using Kube-ovn and multus-cni to create second network interface which the binding subnet has its own custom vpcs(not default ovn-cluster) #1696
Comments
subnet's name and vpc's name can't be same. |
Thank u for ur replying. I got an another problem is that I use nad and multus-cni as pod second network interface. The subnet is dual mode, and it turns out the pod-creating failed which the log shows that index out of range of the gateway string |
The pod yaml file is :
The subnet yaml file
The pod description The log of cni shows it can get the dual ipv4 and ipv6 ip address correctly Here are the problem. @xujunjie-cover |
Something wrong,I will repair. @JING21 |
Expected Behavior
Create the pod correctly with the kube-ovn as the attached network interface
Actual Behavior
Can not create pod and it turns out ping gw failed
Steps to Reproduce the Problem
4.create the pod with nad
Additional Info
Output of
kubectl version
:kube-ovn version:
operation-system/kernel version:
Output of
awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release
:Output of
uname -r
:The text was updated successfully, but these errors were encountered: