Commit Graph

67 Commits (44856928f6574e11dd30d49c29b29666f500d289)

Author SHA1 Message Date
Thomas Bechtold 34bd9beca8 Add libvirt and qemu-kvm install docs for openSUSE/SLES 2019-06-06 21:03:27 +02:00
josedonizetti f596947a8b Fix kvm trobleshoot documentation 2019-05-31 13:56:22 -03:00
josedonizetti a8b0485551 Add kvm default network documentation 2019-05-30 14:16:32 -03:00
Thomas Strömberg fea7e21cdf
Improve kvm2 documentation, mention v1.3.1 req 2019-05-24 14:17:16 -07:00
Thomas Strömberg 32a02d52e7
Add Troubleshooting section 2019-05-21 14:46:59 -07:00
Tiago Ilieve 5a2aad01d1 docs: remove 'GOPATH' references 2019-05-13 20:39:31 +02:00
Thomas Strömberg b832ff3ded
Update drivers.md 2019-04-04 16:10:28 -07:00
Thomas Strömberg 8a5586727d
Improve hyperkit instructions 2019-04-04 16:09:36 -07:00
Anders F Björklund bfc7d7931b Clean up lint and other small report card issues
Add helper for "go vet", and don't use the test files variable.

Also return an exit code from golint (why is this not default?)
2019-03-24 21:30:58 +01:00
Thomas Strömberg 667c88d8e1
Merge branch 'master' into mdlint 2019-03-20 10:18:22 -07:00
Thomas Strömberg 5074cc5127
Merge pull request #3894 from gyliu513/kvm-driver
Highlight libvirtd for old distributions.
2019-03-20 09:56:34 -07:00
morvencao bf794665e9 fix gopath issue for driver installation. 2019-03-20 13:10:07 +08:00
Guang Ya Liu 8f7cca3045 Highlight libvirtd for old distributions. 2019-03-18 02:18:09 -07:00
Anders F Björklund 8e6dbf8053 Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
Kubernetes Prow Robot 8d6a45ec5b
Merge pull request #3711 from Expire0/patch-1
update libvirtd
2019-02-26 22:21:34 -08:00
Mas edff9ca940
Update drivers.md
add some extra ticks on line 24.
2019-02-27 00:34:53 -05:00
Mas 0c9192a7f6
Update drivers.md
corrected lines 62 to 78 and added sudo to the systemctl command
2019-02-27 00:25:52 -05:00
Mas 90f5769848
Update drivers.md 2019-02-21 07:31:31 -05:00
Mas 5d5aea86b6
Update drivers.md
move the systemctl start closer to the install steps 
libvirtd.service
2019-02-21 07:30:26 -05:00
Ihor Dvoretskyi f31a8e4dd7 Formatting and minor content fixes
Signed-off-by: Ihor Dvoretskyi <ihor.dvoretskyi@gmail.com>
2019-02-19 12:36:05 +00:00
Mas 6b962793e7
update systemd
libvirtd must be started before you run minikube. Failure to do so will result in the below error 
Failed to connect socket to '/var/run/libvirt/libvirt-sock'
I believe this should be noted in the documentation to assist other users.  
Added lines 40-43
2019-02-17 10:44:06 -05:00
Thomas Strömberg a1f7befff4
Update drivers.md 2019-02-15 21:03:22 -08:00
Thomas Strömberg b26a8c77c1
Merge pull request #3690 from joerg84/unified-instructions
Added and unified driver usage instructions.
2019-02-15 16:03:07 -08:00
Joerg Schad e09f49cefe Unified driver usage instructions. 2019-02-15 12:51:12 -08:00
Thomas Strömberg e2c94ba70d
Add link to Go download page 2019-02-15 12:21:24 -08:00
Thomas Strömberg 2c1de37b90
Fix build instructions 2019-02-15 12:19:42 -08:00
Thomas Strömberg f04bc605ce
Add note abount Ubuntu 16.x 2019-02-15 12:17:13 -08:00
Thomas Strömberg 543ebf09cc
Add missing directory argument 2019-02-15 12:14:16 -08:00
Thomas Strömberg ed188c7a72
Clarify kvm2 instructions 2019-02-15 12:11:48 -08:00
Thomas Strömberg 0332f7335f
Remove obsolete drivers. 2019-02-15 12:09:07 -08:00
Thomas Strömberg 7a2ca50ebf
Update drivers.md 2019-02-15 12:08:28 -08:00
Thomas Strömberg a009bc3eea
Fix github links 2019-02-15 12:05:18 -08:00
Thomas Strömberg de6a887292
Add instructions for building the kvm2 driver 2019-02-15 12:03:37 -08:00
Abhilash Pallerlamudi 0b10e33d10 Add docs to use new vmware unified driver
Signed-off-by: Abhilash Pallerlamudi <stp.abhi@gmail.com>
2019-02-14 13:11:27 -08:00
YAMAMOTO Takashi 16b9531471 kvm2: Require Ubuntu >=18.04
Mention that the instruction in this section doesn't work for old versions
of Ubuntu as it is.

Because the provided driver binary requires a later version of libvirt.

    % ./docker-machine-driver-kvm2
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0: version `LIBVIRT_LXC_2.0.0' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_2.2.0' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_3.0.0' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_1.3.3' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_2.0.0' not found (required by ./docker-machine-driver-kvm2)
    %
2019-02-12 13:13:40 +09:00
Fabio Rapposelli 332772be1c
Add VMware unified driver to supported list 2019-01-15 17:53:45 -08:00
Thomas Strömberg 00caba2aec
Merge pull request #3140 from madorn/patch-1
add brew install instructions for hyperkit
2019-01-15 16:42:53 -08:00
Matt Dorn e482a57d86
remove command prompt
remove command prompt
2019-01-12 14:43:14 -06:00
Ihor Dvoretskyi f6dbb9d14b Removed '$' symbols for easier copy&paste (trivial fix) (#3361)
Removed bash welcome symbols ('$' symbols) for easier copy&paste.

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2018-11-24 17:48:58 -08:00
Nguyen Hai Truong 5d3265f2d2 Trivial fix: Correct some spelling errors
Small modification to correct spelling mistake.
2018-11-13 09:43:12 -06:00
peterlobster 92b5b7954d
Updated Hyperkit Instructions
The instructions for HyperKit produce the error `install: root: Invalid argument`. @ran-dall Helped me figuire out that root was not being permited foir this command, and sent me the fix for my machine. Figure I'd share it here.
2018-10-26 13:38:23 -07:00
Thomas Strömberg ee3b2c133b
Remove trailing line continuation 2018-10-02 18:22:50 -07:00
Thomas Strömberg 36fc8cabac
Update VM driver instructions to use install(1)
Less things for people to get wrong if they need to manually type the commands in.
2018-10-02 18:20:49 -07:00
Matt Dorn 54acde2bd0
add brew install instructions for hyperkit
add brew install instructions for hyperkit
2018-09-19 15:19:05 -05:00
Daemeron 9578f3f691 Add workaround for hyperkit and dnsmasq users 2018-09-03 18:47:35 -05:00
Asbjørn Apeland 5a78ac92f6 Change Linux install method
Previously, files installed to /usr/local/bin/ would be owned by the
user executing the command, not root. This change makes these installed
files owned by root instead. Improving security is the goal.
2018-07-31 10:55:22 -07:00
Aaron Prindle 236a86f06c remove localkube from docs 2018-07-24 12:36:42 -07:00
Rohit Agarwal 87d7a3208a Update KVM driver installation instructions.
Move the latest instructions out of the comments and move old instructions into the comments.
2018-07-20 07:57:14 -07:00
Volkert de Buisonjé 1bfb9f334b Correction in KVM2 installation instructions
The /usr/bin/ folder should not be cluttered with manually installed binaries. Those should be installed in /usr/local/bin/ instead, just as the kubectl and minikube binaries.
2018-04-11 18:32:21 -07:00
Fabian Deutsch b08b8ab8ae Revert "kvm: Passthrough host CPU in order to allow nesting"
This reverts commit 7a4babe1d6.

For now we just hard-code passthrough.

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2018-02-22 10:42:20 -08:00