Aaron Prindle
3229aab37d
Added .minikube/addons directory where users can put addons they would
...
like initialized in their minikube vms. Refactored asset transfer to
VM. Refactored code to use a base asset. Made file length checking use
.Stat(). Added constructors for FileAsset and MemoryAsset.
2016-08-29 10:59:41 -07:00
dlorenc
60c1205909
Merge pull request #527 from pgray/pg/add-https-flag-minikube-cmd
...
add https flag to minikube command for services that run over ssl/tls
2016-08-29 10:54:42 -07:00
dlorenc
3b08d4a657
Merge pull request #483 from aaron-prindle/add-installers
...
Added installers directory and populated the linux .deb installer f…
2016-08-29 10:24:28 -07:00
Aaron Prindle
7daca81c7e
Added installers directory and a populated the linux .deb installer
...
files. Updated to reflect talk regarding creating .deb for kubectl.
Added make deb in Makefile.
2016-08-29 09:49:29 -07:00
Patrick Gray
d98cae5404
add documentation for new minikube --https flag with make gendocs
2016-08-25 15:13:44 -04:00
Patrick Gray
4380f9b521
add https flag to minikube command for services that run over ssl/tls
2016-08-25 13:58:45 -04:00
dlorenc
6967c5d70a
Merge pull request #515 from r2d4/viper-start-cmds
...
Allow some `minikube start` flags to be set by config file
2016-08-24 14:09:10 -07:00
dlorenc
761668eecd
Merge pull request #517 from r2d4/uuid-xhyve
...
Ensures that we get the same IP between start/delete
2016-08-24 13:09:20 -07:00
Matt Rickard
05ef2db652
Making minikube start flags configurable by Viper config
...
This allows most flags for the minikube start command to be
configurable by viper as well. If a flag is present, it will take
precedence over the value supplied in viper.
Viper doesn't handle string slices correctly (see
https://github.com/spf13/viper/issues/200 ) so the string slices that we
pass in as flags such as docker-env and insecure-registry are still only
handled by flags
Delete custom flag for human readable disk size
Since the value can now be passed in multiple ways (environment
variable, flag, or config file), moving the conversion out of the flag
and straight into cmd/minikube/cmd/start.go
This changes the helptext for gendocs
2016-08-24 12:59:59 -07:00
Matt Rickard
7570ae1122
Ensures that we get the same IP between start/delete
...
The xhyve driver added support for the UUID flag in xhyve
https://github.com/zchee/docker-machine-driver-xhyve/pull/133
Fixes https://github.com/kubernetes/minikube/issues/516
2016-08-24 11:27:46 -07:00
dlorenc
59ad726e6c
Merge pull request #506 from dlorenc/isovalidate
...
Add ISO checksum validation.
2016-08-24 09:34:05 -07:00
dlorenc
d82f428b6b
Merge pull request #467 from jimmidyson/hyperv-driver
...
Add hyperv support
2016-08-24 09:27:41 -07:00
Jimmi Dyson
abbb0f1469
Add hyperv support
2016-08-24 16:16:07 +01:00
dlorenc
98086ea803
Merge pull request #469 from r2d4/config
...
Use config when flags are not set for logging
2016-08-22 13:39:18 -07:00
Matt Rickard
02956e8870
Make enableUpdateNotification check a pkg level var
2016-08-22 11:11:05 -07:00
Matt Rickard
6fc94598ab
Refactor viper flag tests
...
Make the tests for the config table driven
Add a whitelist for the flags that viper can configure.
Date: Tue Aug 18 16:41:05 2016 -0700
2016-08-22 09:50:28 -07:00
Matt Rickard
d330686a27
Refactoring VersionCmd to run RootPersistentPreRun
...
While keeping the behavior of not checking for new versions while
running `minikube version`
2016-08-22 09:50:28 -07:00
Matt Rickard
fe087c6126
Use config when flags are not set for logging
...
Use viper in addition to flags for logging options. Since these flags
are used in glog, we can't directly use viper. Instead, we use viper's
built in precedence logic (https://github.com/spf13/viper#why-viper )
to set the flags directly.
2016-08-22 09:50:13 -07:00
dlorenc
8c6ae71eb6
Add ISO checksum validation.
2016-08-20 17:33:50 -07:00
dlorenc
8d31f918db
Merge pull request #505 from aaron-prindle/add-debug-flag
...
added debug logging for show-libmachine-logs
2016-08-19 11:53:19 -07:00
Aaron Prindle
9cff8573b2
Made it so that debug is enabled for --show-libmachine-logs flag.
2016-08-19 11:18:55 -07:00
dlorenc
f80ecf9263
Merge pull request #504 from aaron-prindle/code-coverage
...
Working on adding test coverage monitoring
2016-08-18 16:39:33 -07:00
Aaron Prindle
85ae6ea86f
Added test coverage monitoring. Also added comments to test.sh changes.
2016-08-18 16:19:03 -07:00
dlorenc
2ba9551344
Merge pull request #502 from aaron-prindle/update-readme-for-releasing
...
Added additional info on RELEASING.md
2016-08-17 17:04:45 -07:00
dlorenc
e56464b151
Merge pull request #501 from aaron-prindle/update-releases-json
...
Updated releases.json to add latest v0.8.0
2016-08-17 17:04:26 -07:00
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