-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Updated vagrant.md #10836
Updated vagrant.md #10836
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kundan2707 Thank you for the PR 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut, kundan2707 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -1,6 +1,6 @@ | |||
# Vagrant | |||
|
|||
Assuming you have Vagrant 2.0+ installed with virtualbox, libvirt/qemu or | |||
Assuming you have Vagrant 2.0+ installed with virtualbox (it may work with libvirt/qemu or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that actually correct though ? I think the CI works with vagrant-libvirt, do we test virtualbox anywhere ?
$ grep -R vagrant-libvirt
test-infra/vagrant-docker/Dockerfile: vagrant plugin install vagrant-libvirt
pipeline.Dockerfile: && vagrant plugin install vagrant-libvirt \
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, I guess the but is untested
only concerned the vmware
part..
libvirt/qemu is used in ci and vbox is used on local when testing vagrant (for most contributors at least)
Thanks @kundan2707 |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Typo in vagrant.md
Which issue(s) this PR fixes:
Fixes #10774
Special notes for your reviewer:
Does this PR introduce a user-facing change?: