Commit Graph

765 Commits (b6b6fa1cb2429c6df7ffb7d5f0224076ae10b624)

Author SHA1 Message Date
Ajanthan b6b6fa1cb2 Validating localkube version while constructing download url (#663) 2016-10-07 10:45:27 -07:00
dlorenc e53e609548 Merge pull request #668 from r2d4/arch-pkg
Updated Arch AUR pkg to v0.11.0
2016-10-07 10:39:21 -07:00
dlorenc afe6cf0019 Merge pull request #667 from r2d4/releases0.11
Update releases v0.10.0 and v0.11.0
2016-10-07 10:37:55 -07:00
Jimmi Dyson 4199956faa Merge pull request #669 from philips/patch-1
README: add anchor for rkt container instructions
2016-10-07 17:05:11 +01:00
Brandon Philips a3a2800bec README: add anchor for rkt container instructions
I want to link to this part of the doc from [this blog post](https://tectonic.com/blog/minikube-and-rkt.html) and need a header anchor to do that.
2016-10-07 16:35:37 +02:00
Matt Rickard 261deed26c Updated Arch AUR pkg to v0.11.0 2016-10-06 19:17:51 -07:00
Matt Rickard b473184718 Update releases v0.10.0 and v0.11.0 2016-10-06 18:55:56 -07:00
Matt Rickard aed0c7c229 Cut v0.11.0 release (#666) 2016-10-06 16:16:33 -07:00
Aaron Prindle ad0432bab0 Merge pull request #664 from aaron-prindle/add-wanterrorreportprompt-config
Added WantReportErrorPrompt to config
2016-10-06 15:15:58 -07:00
Aaron Prindle 491e6c6d1c Added WantReportErrorPrompt to config 2016-10-06 15:12:45 -07:00
Aaron Prindle a403a949dd Merge pull request #582 from aaron-prindle/error-reporting-prompt
Added opt in to stackdriver error reporting
2016-10-06 10:58:30 -07:00
dlorenc 2922ebc699 Merge pull request #655 from jimmidyson/makefile-gopath
Smarter isolated gopath creation
2016-10-05 10:39:52 -07:00
Aaron Prindle 71d108db59 Merge pull request #661 from aaron-prindle/fix-deb-empty-dir-in-git
Fixed .deb file make target, there was an issue in that git does not …
2016-10-05 10:39:19 -07:00
Aaron Prindle 9f8740b2ba Fixed .deb file make target, there was an issue in that git does not track empty directories which the template dir had and the build relied on. Dir creation is now done in Makefile 2016-10-05 10:29:27 -07:00
Jimmi Dyson 1759566a52
Smarter isolated gopath creation 2016-10-05 13:08:31 +01:00
Matt Rickard 6f8c520d2f Godeps updates (#656)
* Inconsistencies between godeps and vendor

* Update spf13/cobra to 9c28e4b

Previous HEAD position was f62e98d... Merge pull request #300 from
cshung/master
HEAD is now at 9c28e4b... Merge pull request #339 from bogem/fixes

* Update spf13/pflag to c7e63cf

Previous HEAD position was 1560c10... Bump Go versions in Travis config
HEAD is now at c7e63cf... Merge pull request #93 from bogem/flagStrings

* Update spf13/viper to ed0a967

Previous HEAD position was 382f87b... Remove expensive TRACE logging
HEAD is now at ed0a967... Fix retrieval of pflag stringSlice (#240)

* Update docker/machine to 91e368
2016-10-04 11:57:13 -07:00
Matt Rickard 5c5bdc21dc Merge pull request #657 from s-urbaniak/iso-bump
README: bump minikube-iso version to v0.0.5
2016-10-04 11:42:12 -07:00
Sergiusz Urbaniak c2bf9cecb2
README: bump minikube-iso version to v0.0.5 2016-10-04 20:36:47 +02:00
Jimmi Dyson 998f973fba Merge pull request #654 from jonboulle/patch-1
README: fix link references
2016-10-04 14:53:44 +01:00
Jonathan Boulle 933714a13e README: fix link references
Fix the broken link rendering by removing the angle brackets. Also be more explicit that they need PR numbers to be substituted.
2016-10-04 15:34:10 +02:00
aprindle 7e78514174 Added opt in to stackdriver error reporting 2016-10-03 09:22:30 -07:00
Matt Rickard 1babd4888c Merge pull request #650 from Starefossen/patch-1
Update link to install instructions for kubectl
2016-10-02 11:38:22 -07:00
Hans Kristian Flaatten ff32ad2fbc Update link to install instructions for kubectl 2016-10-02 20:35:54 +02:00
Matt Rickard 3cd50c1561 Merge pull request #647 from dlorenc/docconfig
Add configurator docs.
2016-09-30 11:52:05 -07:00
Dan Lorenc cf53ad01fa Add configurator docs. 2016-09-30 11:48:51 -07:00
dlorenc 40932da2ab Merge pull request #529 from dlorenc/configurator
Add a configurator that can be used to set arbitrary config values in Kubernetes components via flags.
2016-09-30 10:51:58 -07:00
dlorenc 8611a455ca Initial configurator commit. 2016-09-30 10:05:14 -07:00
dlorenc ce7d207dea Merge pull request #644 from r2d4/k8s-v1.4-rebase
Make K8s v1.4 the default
2016-09-30 10:00:32 -07:00
dlorenc a3efcc06d9 Update to k8s v1.4.0 2016-09-29 16:11:55 -07:00
dlorenc b7523e4400 Add a default NodeEvictionRate 2016-09-29 16:00:26 -07:00
dlorenc 7f842c7da0 Fix the test by removing the log-flush-frequency flag.
This was coming from a dependency somewhere that's now gone. Also update help text.
2016-09-29 16:00:20 -07:00
dlorenc 311cba971d Manual merge fix for 1.4 to build. 2016-09-29 15:57:33 -07:00
Matt Rickard 7b9689745f Upgrade to k8s v1.4.0-alpha.2
Update to kubernetes 1.4-alpha3.

This required a "go get k8s.io/client-go" before godep save would work.
2016-09-29 15:57:24 -07:00
dlorenc 66c9f29d9a Merge pull request #641 from dlorenc/cobra
Update pflag and cobra.
2016-09-29 14:56:11 -07:00
dlorenc a03719665e Make gendocs 2016-09-29 11:23:22 -07:00
dlorenc 7546a03614 Update pflag and cobra. 2016-09-29 10:21:59 -07:00
Matt Rickard fda75de616 Merge pull request #640 from dlorenc/ci
Add CI builds to docs.
2016-09-29 10:17:35 -07:00
dlorenc 0fe5e607cc Add CI builds to docs. 2016-09-29 10:01:17 -07:00
dlorenc 66b5040870 Merge pull request #635 from r2d4/1.4release
Add v1.4.0 k8s release, remove v1.4.0-beta.10
2016-09-28 14:34:06 -07:00
dlorenc 46a59c7486 Merge pull request #638 from r2d4/config-helptext
Config helptext
2016-09-28 12:28:57 -07:00
Matt Rickard d45e44fe22 Add in a list of available fields in minikube config -h
Since not all fields are able to be set, let users know which are.
2016-09-28 11:56:53 -07:00
dlorenc 345c83debc Merge pull request #633 from dlorenc/machine
Update docker/machine to HEAD.
2016-09-28 11:22:19 -07:00
dlorenc f6497556fb Add method to provision mock. 2016-09-27 16:53:00 -07:00
Matt Rickard d18b1fc484 Add v1.4.0 k8s release, remove v1.4.0-beta.10 2016-09-27 13:44:00 -07:00
dlorenc 8bb4237745 Update docker/machine to HEAD.
@aaron-prindle's commit made it upstream, and this picks up a few other fixes.
2016-09-27 13:03:22 -07:00
dlorenc fbbdc87169 Merge pull request #624 from dlorenc/sanity
Check localkube SHAs.
2016-09-27 13:02:13 -07:00
Dan Lorenc 31b2b9e7ae Check localkube SHAs.
Also add notes to the RELEASING.md doc, and a make target to test the release.
2016-09-27 10:59:02 -07:00
Matt Rickard 79d9f12cd7 Merge pull request #632 from dlorenc/doc
Remove the deprecated log line from the docs.
2016-09-27 09:49:17 -07:00
Dan Lorenc 2c3d41d50c Remove the deprecated log line from the docs. 2016-09-27 08:36:53 -07:00
Aaron Prindle d5ded692e8 Merge pull request #557 from aaron-prindle/windows-installer
Added windows installer files and makefile target.
2016-09-26 09:43:39 -07:00