Commit Graph

782 Commits (2085b894be2b07583bd5bed65af54b50e1eb94bc)

Author SHA1 Message Date
Jimmi Dyson 2085b894be
Upgrade to Kubernetes 1.4.1 2016-10-12 14:59:40 +01:00
Aaron Prindle e3a05b0656 Merge pull request #639 from aaron-prindle/minikube-addons-command
Have working minikube addons command w/ enable, disable, delete.  Need to add tests.
2016-10-11 17:02:18 -07:00
Aaron Prindle 50126ffc62 Merge pull request #682 from aaron-prindle/jenkins-changes
Made changes to Jenkins files for new github flow
2016-10-11 16:56:59 -07:00
Aaron Prindle 9bf5c43a67 Made changes to Jenkins files for new github flow 2016-10-11 16:32:16 -07:00
Aaron Prindle 0fe8f77f7a Merge pull request #679 from aaron-prindle/chmod-jenkins
Added appropriate executable permissions (755) in github shell script…
2016-10-11 13:52:17 -07:00
Aaron Prindle b838813187 Added appropriate executable permissions (755) in github shell scripts so jenkins can run them w/o modifying 2016-10-11 13:50:30 -07:00
Aaron Prindle dbe8e1fcb6 Merge pull request #662 from aaron-prindle/jenkins-sync
Adding Jenkins files to /hack/jenkins  After this commit goes through…
2016-10-11 11:47:01 -07:00
Aaron Prindle 602fd82bd3 Adding Jenkins files to /hack/jenkins After this commit goes throught, changes to jenkins should be made to use the scripts in this /hack/jenkins folder directly 2016-10-11 11:41:27 -07:00
Aaron Prindle 2d2b484a22 Have working minikube addons command w/ enable, disable, delete. Also
updated docs.
2016-10-11 11:08:55 -07:00
dlorenc d8e1f20751 Merge pull request #673 from r2d4/v1.5.0-alpha.0
Add k8s v1.5.0-alpha.0 localkube release
2016-10-08 14:41:05 -07:00
dlorenc 575427b787 Merge pull request #674 from r2d4/version-ldflags
Pass in k8s ldflags to minikube also
2016-10-08 14:40:38 -07:00
dlorenc 04603e0528 Merge pull request #675 from r2d4/r2d4-patch-1
Update README.md with Host Folder Mount points
2016-10-08 14:39:02 -07:00
Matt Rickard 86df49ccfb Update README.md with Host Folder Mount points
Adds the supported host folder mount points for each OS and driver it is supported on.  

Additionally, removed "unsupported" items that are now supported.
2016-10-08 14:21:40 -07:00
Matt Rickard b2604a6345 Pass in k8s ldflags to minikube also
We are using k8s pkg/version in minikube cmd to print out the
default version.  This was falling back to the defaults in pkg/version/base.go which were an ugly format string.  This wasn't actually being passed into cluster.go because we didn't pass the string in if was a default version.
2016-10-07 15:57:28 -07:00
Matt Rickard a09a81dc84 Add k8s v1.5.0-alpha.0 localkube release 2016-10-07 14:44:24 -07:00
dlorenc e28dbad36b Merge pull request #672 from r2d4/typo
Fix configurator example in docs
2016-10-07 13:23:11 -07:00
Matt Rickard 3abb54b7d3 Fix configurator example 2016-10-07 13:12:03 -07:00
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