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

Support in VM and pods for VRF (kernel module) #5360

Closed
ghost opened this issue Sep 15, 2019 · 6 comments · Fixed by #7764
Closed

Support in VM and pods for VRF (kernel module) #5360

ghost opened this issue Sep 15, 2019 · 6 comments · Fixed by #7764
Labels
area/guest-vm General configuration issues with the minikube guest VM help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@ghost
Copy link

ghost commented Sep 15, 2019

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.

@tstromberg
Copy link
Contributor

Sounds good. Do you mind sending a PR over to enable this?

Example PR: #4340
Documentation: https://minikube.sigs.k8s.io/docs/contributing/iso/

@tstromberg tstromberg added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Sep 16, 2019
@tstromberg tstromberg changed the title Pod VRF Support Support in VM and pods for VRF (kernel module) Sep 19, 2019
@tstromberg tstromberg added area/guest-vm General configuration issues with the minikube guest VM kind/feature Categorizes issue or PR as related to a new feature. labels Sep 19, 2019
@sharifelgamal sharifelgamal added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Dec 16, 2019
@sharifelgamal
Copy link
Collaborator

This is still a good idea.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 16, 2020
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 15, 2020
@ghost
Copy link
Author

ghost commented Apr 18, 2020

/assign

@k8s-ci-robot k8s-ci-robot assigned ghost Apr 18, 2020
@ghost ghost mentioned this issue Apr 18, 2020
@ghost
Copy link
Author

ghost commented Apr 18, 2020

/remove-lifecycle rotten

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Apr 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/guest-vm General configuration issues with the minikube guest VM help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants