Commit Graph

17357 Commits (518fd1d6fa78b51a773da371f13a4204a04e1132)

Author SHA1 Message Date
Dan Lorenc 6219286cae Cleanup some "go vet" and "go lint" errors.
We should automate these checks...
2016-09-06 20:47:12 -07:00
dlorenc 12dfb47bca Merge pull request #545 from r2d4/config-set
minikube config get/set/unset cmd
2016-09-06 20:32:17 -07:00
Matt Rickard a8dbc18b51 Add minikube config get/set/unset commands
This introduces the minikube config get/set/unset command. At a basic level, it allows a more user friendly interface for setting minikube config values, but it also allows us to run validations and callbacks before and after the values have been set.
2016-09-06 15:14:28 -07:00
dlorenc 430894c313 Merge pull request #552 from r2d4/boilerplate
Use double brackets instead of single for boilerplate script
2016-09-06 14:41:53 -07:00
Matt Rickard 42a93b20b8 Use double brackets instead of single for boilerplate test
If you have multiple files without the boilerplate text, single
brackets won't print it out properly.
2016-09-06 11:09:30 -07:00
Aaron Prindle bcaa4887c9 Added documentation regarding .minikube/addons directory, changed bottom section to be a list of links, also put appropriate link in codecov 2016-09-06 10:48:05 -07:00
dlorenc b339b0ac21 Merge pull request #550 from kozikow/master
Add warning to avoid imagePullPolicy:Always.
2016-09-05 13:46:37 -07:00
Robert Kozikowski f9100b6b5d Add warning to avoid imagePullPolicy:Always.
I was previously running my development images on the GKE cluster,
so imagePullPolicy:Always was necessary.
2016-09-05 21:14:36 +01:00
dlorenc a8f7477130 Merge pull request #548 from jimmidyson/node-ip
Ensure node IP is routable address
2016-09-05 08:45:27 -07:00
Jimmi Dyson 719bbaf86b
Ensure node IP is routable address 2016-09-05 14:33:27 +01:00
dlorenc a4e767a7a4 Merge pull request #546 from jimmidyson/xhyve-hostname
Set hostname to minikubevm for xhyve driver
2016-09-02 13:35:08 -07:00
Jimmi Dyson 6fe48afbe7
Rename VM to simple minikube 2016-09-02 19:53:41 +01:00
Jimmi Dyson d8502d9a8e Merge pull request #547 from r2d4/r2d4
Add mrick to maintainers
2016-09-02 18:06:17 +01:00
Matt Rickard 0edf5183be Add mrick to maintainers 2016-09-02 10:04:18 -07:00
dlorenc 129e5644c4 Merge pull request #543 from aaron-prindle/update-readme
Broke some things out of the main README.md to make it a more managea…
2016-09-02 09:50:18 -07:00
dlorenc ded8bfa72e Merge pull request #541 from viglesiasce/host-path-provisioning
Enable host path provisioner
2016-09-02 09:44:08 -07:00
dlorenc 8bce98a60a Merge pull request #542 from r2d4/releases-json
Update releases.json
2016-09-02 09:43:52 -07:00
Jimmi Dyson c9ce60fcc9
Set hostname to minikubevm for xhyve driver 2016-09-02 16:26:44 +01:00
Aaron Prindle cdd10a0a7f Broke some things out of the main README.md to make it a more manageable size 2016-09-01 15:10:33 -07:00
dlorenc d6d491aa03 Merge pull request #540 from dlorenc/kubelet
Add /var/lib/kubelet to the persisted volume.
2016-09-01 14:59:12 -07:00
Matt Rickard 5fe22e6a53 Update releases.json
Add the v0.9.0 checksums to releases.json
2016-09-01 14:57:20 -07:00
Vic Iglesias b1e1b2c151 Enable host path provisioner 2016-09-01 14:41:04 -07:00
dlorenc ddb1374704 Add /var/lib/kubelet to the persisted volume. 2016-09-01 14:23:16 -07:00
dlorenc 678e735d6c Merge pull request #539 from r2d4/0.9.0
Bump minikube to v0.9.0
2016-09-01 14:14:54 -07:00
dlorenc e60faf0cb6 Merge pull request #538 from aaron-prindle/update-k8s-releases-json
Updating k8s-releases.json file with new localkube versions
2016-09-01 14:14:01 -07:00
Matt Rickard 99455e6069 Bump minikube to v0.9.0 2016-09-01 13:38:06 -07:00
Matt Rickard f75ba05ed7 Merge pull request #537 from r2d4/cl
Initial Change Log for v0.9.0
2016-09-01 13:36:54 -07:00
Aaron Prindle f156834d10 Updating k8s-releases.json file with new localkube versions 2016-09-01 13:31:28 -07:00
Matt Rickard 8834acdae6 Initial Change Log for v0.9.0 2016-09-01 13:08:12 -07:00
dlorenc 3cd29b1111 Merge pull request #481 from aaron-prindle/addons-directory
Added .minikube/addons directory where users can put addons they woul…
2016-08-29 13:27:53 -07:00
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
Sergiusz Urbaniak 656ad1ade7
kernel: add 9P support
fixes #1
2016-08-26 13:50:48 +02: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
Sergiusz Urbaniak 5f5b8edbb4
readme: remove stutter 2016-08-25 10:52:43 +02:00
Sergiusz Urbaniak a6dd92ff77
readme: add instructions for running this image 2016-08-25 10:51:42 +02: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
Sergiusz Urbaniak 7b29b148c4
kernel: add CONFIG_CFS_BANDWIDTH for k8s kubelet compliance 2016-08-24 18:47:19 +02:00
Sergiusz Urbaniak d1c7f74200
readme: add disclaimer regarding CoreOS-slim 2016-08-24 18:46:47 +02: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
Sergiusz Urbaniak f0b7abf42e
initial commit 2016-08-24 17:16:00 +02: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