Commit Graph

746 Commits (998f973fba54d2f02b2af309201a21446d81f612)

Author SHA1 Message Date
Aaron Prindle 7cc3961932 Added additional info on RELEASING.md 2016-08-17 13:47:40 -07:00
Aaron Prindle 0749ee1de8 Updated releases.json to add latest v0.8.0 2016-08-17 13:30:42 -07:00
dlorenc 3ad8463788 Merge pull request #500 from aaron-prindle/v0.8.0
Cutting v0.8.0 release
2016-08-17 12:02:20 -07:00
Aaron Prindle 14dca26a09 Cutting v0.8.0 release 2016-08-17 11:40:14 -07:00
Aaron Prindle e2d6b5aae5 Merge pull request #498 from dlorenc/cl
Initial Change Log for v0.8.0.
2016-08-17 11:16:38 -07:00
Aaron Prindle ddd0c2b86c Merge pull request #341 from dlorenc/cover
Add a script to generate coverage results.
2016-08-16 16:11:02 -07:00
dlorenc 45c8c4d27b Initial Change Log for v0.8.0. 2016-08-16 15:31:28 -07:00
dlorenc 0b2d74502e Merge pull request #488 from r2d4/issue-templ
First draft of issue template
2016-08-16 15:25:58 -07:00
Matt Rickard ecbedcba5f Remove kernel field from issue templ 2016-08-16 11:23:21 -07:00
dlorenc 28132517ed Merge pull request #484 from tsl0922/regist-mirror
Add registry-mirror option to minikube start
2016-08-16 11:04:23 -07:00
dlorenc e4311e7e49 Merge pull request #492 from aaron-prindle/update-k8s-v1.3.5
Updated k8s version to v1.3.5
2016-08-16 11:01:18 -07:00
Aaron Prindle e0494803a8 Updated k8s version to v1.3.5. Also updated docs. 2016-08-15 15:15:58 -07:00
dlorenc 8953283ac6 Merge pull request #475 from jimmidyson/docker-api-version
Add DOCKER_API_VERSION to docker-env command
2016-08-15 12:57:03 -07:00
dlorenc 1edd602e63 Merge pull request #480 from r2d4/viper-bind-envs
Add env variables for viper controlled vars
2016-08-15 10:54:52 -07:00
dlorenc bffed7c320 Merge pull request #478 from VictoriaDomalik/logo_assets
added logo assets
2016-08-15 10:30:44 -07:00
dlorenc addc820573 Merge pull request #476 from r2d4/release-notes
Add release notes for package manager
2016-08-15 10:27:37 -07:00
Matt Rickard 6e94e993c9 First draft of issue template 2016-08-15 09:52:45 -07:00
Victoria Domalik b8e664c638 Added more logo types 2016-08-15 17:43:35 +01:00
Victoria Domalik 4d99d3455c added logo assets 2016-08-15 17:43:22 +01:00
Shuanglei Tao 641910d8a8 Add registry-mirror option to minikube start 2016-08-13 22:55:48 +08:00
Matt Rickard bc363cfdb9 Add env variables for viper controlled vars
Minikube will now read from env variables with the MINIKUBE_ prefix.
These variables will be read on every viper.Get() and will overwrite default
variables.  When we add binding to pflags, flags will overwrite env
variables.  At this time, only notification settings are controlled by
viper.
2016-08-12 13:25:04 -07:00
Matt Rickard 12ec8d480b Adding more release notes for pkg managers
Added how to generate an appcast checkpoint for homebrew, reformatted into a table.
2016-08-12 10:36:46 -07:00
dlorenc 4506f4fa1d Merge pull request #472 from r2d4/iso-check
Check HTTP Response status when trying to download minikube.iso
2016-08-12 09:17:07 -07:00
Matt Rickard 7105a9bc98 Refactoring conditional block 2016-08-11 21:40:26 -07:00
dlorenc d799222e35 Merge pull request #428 from aaron-prindle/dashboard-wait
Have working minikube service & minikube dashboard wait until ready functionality.
2016-08-11 15:48:45 -07:00
Aaron Prindle c82cd94f14 Added unit tests for CheckEndpointReady. Also refactored code, cleaned
error messages, fixed gofmt, inlined/compacted structs in test, and
changed output to os.Stderr.
2016-08-11 15:16:24 -07:00
Matt Rickard b916e55100 Add release notes for package manager
Just to keep track of where minikube is being served from besides the
places we explicitly own.  Added the brew formula as well as the arch
user repository.

AFAIK we can't do much about the Arch AUR besides flag it for update,
but we can submit pull requests for new brew formulas through the
homebrew-core repository.
2016-08-11 13:14:38 -07:00
Jimmi Dyson 823dabf5f9
Add DOCKER_API_VERSION to docker-env command 2016-08-11 15:42:17 +01:00
Matt Rickard 39a6b586da Check HTTP Response status when trying to download minikube.iso
Check the response so that we don't actually download an error page or
something other than the ISO we're looking for.
2016-08-10 20:17:50 -07:00
dlorenc 911d89697b Merge pull request #470 from mies/logo
added minikube logo
2016-08-10 19:53:19 -07:00
mies 72146af4d0 added minikube logo 2016-08-11 02:16:58 +02:00
Aaron Prindle 3f478fa025 Having working minikube service & minikube dashboard wait until ready
functionality using endpoints.
2016-08-10 10:04:24 -07:00
dlorenc 24a20d643e Merge pull request #434 from r2d4/xhyve-nfs-mnt
Adding a default NFS mount for /Users with xhyve
2016-08-09 10:51:29 -07:00
Matt Rickard 551a85b233 Adding a Virtio9p mount for /Users with xhyve
This feature is enabled in v0.2.3 of the docker xhyve driver
Enabling this by default on cluster_darwin

This resolves issue #423
2016-08-09 10:30:47 -07:00
dlorenc 62116998fc Merge pull request #466 from bryk/bryk-patch-1
Update Dashboard UI to version v1.1.1
2016-08-09 09:09:39 -07:00
Piotr Bryk 1394e2e595 Update Dashboard UI to version v1.1.1
Release tag: https://github.com/kubernetes/dashboard/releases/tag/v1.1.1

Release issue: kubernetes/dashboard#1078
2016-08-09 15:37:38 +02:00
Aaron Prindle cc95add2b8 Merge pull request #464 from dlorenc/output
Remove the "kubernetes is now available" line from start.
2016-08-08 17:54:39 -07:00
Dan Lorenc 63e0b80d56 Remove the "kubernetes is now available" line from start. 2016-08-08 14:50:13 -07:00
Jimmi Dyson 4185dc148c Merge pull request #463 from dlorenc/etcd
Actually store registered etcd listeners.
2016-08-08 21:40:55 +01:00
dlorenc d96de8ed9d Merge pull request #438 from aaron-prindle/cache-localkube
Added localkube caching functionality.  Also cleanup up private/public
2016-08-08 13:35:15 -07:00
Dan Lorenc 4cfbc17dcb Actually store registered etcd listeners. 2016-08-08 13:04:36 -07:00
Aaron Prindle 33063656fc Added appropriate methods to be part of localkubeCacher. Removed unused methods. 2016-08-08 11:58:57 -07:00
Aaron Prindle d28adc969d Fixed file:// URIs to work properly with local localkube and --kubernetes-version flag 2016-08-08 11:51:25 -07:00
Aaron Prindle 976eeeb12e Added unit tests which cover localkube caching scenarios. Refactored
code to use localkube_caching.go and localkubeCacher.
2016-08-08 11:51:25 -07:00
Aaron Prindle 405453758e Added localkube caching functionality. Also cleanup up private/public
functions in cluster.go, added v1.3.3 to k8s_releases.json and fixed
link in LOCALKUBE_RELEASING.md.  Fixed TestUpdatedKubernetesVersion to
use tmp dir as caching is now used for localkube.
2016-08-08 11:50:57 -07:00
dlorenc 38d0f08351 Merge pull request #462 from r2d4/config
Add warning message for failure to read conf
2016-08-08 11:07:26 -07:00
dlorenc 2cdab03e53 Merge pull request #439 from alexbrand/host-cidr
Add ability to specify CIDR for Virtualbox minikube
2016-08-08 10:59:36 -07:00
Matt Rickard 25ba50166a Added config path to warning message 2016-08-08 10:53:01 -07:00
Matt Rickard f8e2bc9231 Add warning message for failure to read conf
The configuration file is optional, however when/if we move more
options to be configurable through the viper yaml file, this would be
nice to see when debugging.
2016-08-08 10:13:03 -07:00
Jimmi Dyson 3cf2a21269 Merge pull request #454 from dlorenc/log
Don't drop errors during creation retries.
2016-08-08 17:09:38 +01:00