-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Support in VM and pods for VRF (kernel module) #5360
Comments
Sounds good. Do you mind sending a PR over to enable this? Example PR: #4340 |
This is still a good idea. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/assign |
/remove-lifecycle rotten |
I'm porting a virtualized network testbed from a system container. A correct migration requires moving the network pod's interface and routes into a non-default VRF. A large number of network namespaces compose the virtual net. bradmwalker/wanmap#48
VRF is enabled in Ubuntu 18.04+ and Fedora 29+.
The exact command to reproduce the issue:
minikube ssh
$ zcat /proc/config.gz | grep CONFIG_NET_VRF
$ sudo ip link add vrf-cluster type vrf
RTNETLINK answers: Operation not supported
[brad@x220 ~]$ minikube version
minikube version: v1.3.1
commit: ca60a42
Minikube VM is freshly created with kvm2 driver.
The text was updated successfully, but these errors were encountered: