Commit Graph

145 Commits (a8fedc86e10790fa034c94b372a9d0d7c3f6dd65)

Author SHA1 Message Date
Matt Rickard c6bdac10a2 Add configurator docs for kubeadm 2017-10-17 15:34:42 -07:00
kairen ba50a5f15c Update build guide 2017-10-12 17:56:49 +08:00
stefano9o ca611f8d27 Update drivers.md
added right package for Debian Stretch
2017-09-03 13:53:42 +01:00
Matt Rickard d880f6bb2e Add makefile rule for linux-defconfig
I find myself referencing this documentation every time I make kernel
configuration changes.  I've added a simple rule to open the kernel
configuration menu, and then save your changes to the right directory.
2017-08-28 11:01:22 -07:00
Rajadeepan D Ramesh e886eefd25 Fix grammatical error 2017-08-21 02:02:17 +05:30
Mohammad Asif Siddiqui d4560186bd Fix minor typo 2017-08-16 20:11:14 -07:00
Yaniv Kaul 113e198db3 In Fedora, there's no 'kvm' package (it's qemu-kvm)
In Fedora, there's no 'kvm' package (it's qemu-kvm)
2017-08-08 17:32:57 +03:00
Samuel Dion-Girardeau 5f9bf717aa Fix HyperV driver anchor link's by lowercasing
Currently, clicking on that anchor doesn't take you to the right section.

Using

    https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperv-driver

instead of

    https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#HyperV-driver

fixes that.
2017-08-04 11:42:56 -04:00
William Chang 1208f5fcd9 Delete the hyperlink of docker-env command. 2017-07-27 14:03:23 +08:00
DenisBiondic 25e7a18d6f Updated drivers.md for info on Hyper-V machines using dynamic memory management 2017-07-23 22:13:43 +02:00
Matt Rickard 93a474e541 Merge pull request #1656 from r2d4/docker-build
Do dockerized builds for minikube and localkube
2017-06-29 15:24:08 -07:00
Matt Rickard f99888219f Switch cross builds to use BUILD_IN_DOCKER
minikube-linux-amd64 and minikube-darwin-amd64 cannot be cross built
natively on different platforms and must be built in the container.
2017-06-29 11:24:57 -07:00
Andrew Chen ab8f269243 Add no_proxy settings
Cherry picking this from https://github.com/kubernetes/kubernetes.github.io/pull/4108
2017-06-28 11:58:49 -07:00
Matt Rickard 08e009f560 Remove fake _gopath
Don't symlink into fake gopath, just use normal gopath.  This removes a
lot of the misleading warning messages from building minikube
2017-06-21 15:07:34 -07:00
Matt Rickard f28762d7c7 Kubernetes 1.7 requires >= go1.8
Bump travis and bump darwin cross build container image
2017-06-20 10:10:18 -07:00
goodwillcoding cc43b4ff4a remove trailing `\` in the shell command 2017-06-17 16:09:39 -07:00
Budh Ram Gurung 96cb95bdfd Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
Lalatendu Mohanty 6653a8e2ac Issue #1531 Adding prerequisites for Fedora to documentation
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
2017-06-15 07:47:40 -07:00
Michelle Noorali 209b4ac33a Fix formatting in adding_an_addon.md
Removed unnecessary colon, replaced with period.
Lowercased improper noun.
2017-06-06 22:17:44 -04:00
Steve Sloka 99427c9389 Document how to use KVM on Ubuntu 17.04 2017-06-05 09:04:07 -04:00
Antonio Murdaca 82e88905c9
docs: contributors: fix minikube_iso
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-02 18:26:58 +02:00
Andreas Kohn 26eb870aac Fix reference to ADD_ADDON.md 2017-05-17 17:27:12 +02:00
Matt Rickard a9245692a6 Merge pull request #1476 from SukantGujar/patch-1
Fix typo
2017-05-12 08:43:25 -07:00
Giancarlo Rubio 91a0645bac fix broken links and scripts paths 2017-05-12 13:07:50 +02:00
SukantGujar d0022c46b4 Fix typo 2017-05-11 19:00:39 +05:30
Matt Rickard 9df88959a4 Minor doc bugs 2017-05-03 15:17:09 -07:00
Matt Rickard 971b72d0bc Refactor docs
Summary of changes (#1364)

* README.md split up into specific tutorials in ./docs
* brew as preferred installation on macOS
* installation guide on README
* minikube iso changelog merged with minikube changelog
* developer guides moved to ./docs/contributors
* no relative links on main README, so that we can port this over to kubernetes.io
* ISO developer readme moved to ./docs/contributors
2017-05-03 14:54:26 -07:00
Aaron Prindle 840c8c2f82 Removed /docs and docs-test from test.sh 2017-04-10 09:47:17 -07:00
Matt Rickard db3bf3ba46 Remove .gitattributes, update gendocs 2017-04-07 15:04:51 -07:00
Matt Rickard 8f3e87efa1 Update gendocs, disable ufs flag
Removing a debugging flag from the 9p library, since it registers
itself globally in minikube.  Also running `make gendocs` to catch some
older changes.
2017-04-06 15:15:03 -07:00
Matt Rickard d13ab3030d Upgrade to k8s v1.6 2017-03-31 13:24:05 -07:00
Matt Rickard ff8503d9f9 Vendor changes for v1.6.0-rc.1 2017-03-31 13:24:04 -07:00
Matt Rickard a02c9d9040 Vendor changes for v1.6.0-beta.4 2017-03-31 13:24:04 -07:00
Matt Rickard 73a0dfb487 Vendor changes for v1.6.0-beta.3 2017-03-31 13:24:03 -07:00
Matt Rickard b279d733ad Minikube changes for v1.6.0-beta.2 2017-03-31 13:24:03 -07:00
Matt Rickard 3b46c27b16 Minikube changes for v1.6.0-alpha.1 2017-03-31 13:23:59 -07:00
Matt Rickard 12e41aeaba Merge pull request #1273 from r2d4/logs
Add -f --folow option to minikube logs
2017-03-21 11:44:10 -07:00
Matt Rickard c9a5152e21 Add -f --folow option to minikube logs
Allows tailing of the logs
2017-03-21 11:04:35 -07:00
Max Lavrenov ae153c6348 add --docker-opt parameter which passes flags to docker daemon 2017-03-20 23:39:55 +01:00
Matt Rickard 830f1283f6 Bump minikube iso to v1.0.7 2017-03-02 13:49:46 -08:00
Aaron Prindle 56d4824456 Merge pull request #1149 from aaron-prindle/api-name-configurable
Added API Name as configuration option
2017-02-27 15:18:56 -08:00
Aaron Prindle 60a5910f88 Added 9p server as well as minikube mount command 2017-02-25 10:08:45 -08:00
Aaron Prindle 3433a3028c Added API Name as configuration option 2017-02-18 15:49:49 -08:00
Matt Rickard 94fe5c8423 Upgrade k8s to v1.5.3 2017-02-15 10:01:29 -08:00
Matt Rickard b9a115b3ae Add LocalClient to bypass RPC for drivers
This adds a new libmachine API implementation that skips RPC and instead
uses a vendored in driver directly.  This removes the need to download a
separate driver binary.  Currently, only the "core" drivers, and kvm are
supported as vendored in.  This means that xhyve is the only driver that
requires a separate binary for now.
2017-02-06 21:17:22 -08:00
dlorenc e75daa5a8b Bump the iso to 1.0.6 2017-02-02 13:15:15 -08:00
Dan Lorenc d5febb60e5 Switch the default iso to v1.0.5, which I just built in Jenkins. 2017-01-30 13:34:09 -08:00
dlorenc 5e5e2bd780 Merge pull request #1023 from dlorenc/152
Update to k8s 1.5.2
2017-01-19 10:01:40 -08:00
dlorenc ade23e737d make gendocs 2017-01-18 14:11:34 -08:00
Aaron Prindle 628835964f Updated minikube-iso to v1.0.3 to include a fix for Windows 2017-01-17 11:47:14 -08:00