Matt Rickard
7e313451c1
Merge pull request #977 from r2d4/feature-gates
...
Support enabling alpha features with feature gates
2017-01-10 10:55:09 -08:00
Matt Rickard
89cdd44197
Support enabling alpha features with feature gates
...
This sets the feature gates on every kube-system component (apiserver,
kubelet, etc.)
Fixes #896
2017-01-09 13:55:39 -08:00
Matt Rickard
1c962e7e8f
Update default ISO to v1.0.2
2017-01-09 11:28:24 -08:00
dlorenc
81cf30de2d
Merge pull request #954 from gauthierbl/flag_to_keep_current_context_on_start
...
Adds --keep-context flag for 'minikube start'
2017-01-05 13:34:39 -08:00
Brandon L. Gauthier
d28cea779d
Added --keep-context flag for 'minikube start'
2017-01-03 17:56:06 -05:00
Matt Rickard
938e58e966
Add hyper-v switch to config set
2017-01-03 10:05:16 -08:00
Matt Rickard
427bde79ca
Change default ISO to minikube-iso v1.0.1 (buildroot)
2016-12-20 15:34:07 -08:00
Matt Rickard
8388e7dc3f
Merge pull request #894 from r2d4/showlib
...
Deprecate show-libmachine-logs flag
2016-12-17 11:12:48 -08:00
Matt Rickard
720733470a
Update to v1.5.1
2016-12-14 09:53:56 -08:00
Matt Rickard
9c3da934a7
Upgrade to k8s v1.5
2016-12-13 11:21:48 -08:00
Matt Rickard
12c5973fbf
Manual changes for k8s v1.5.0-beta.1
...
The internal k8s client has now been taken out of the kubernetes repo
and is fully at k8s.io/client-go. Minikube should only reference the
client-go library, while Localkube can continue to reference both
internal k8s components as well as client-go.
make gendocs
2016-12-13 11:21:44 -08:00
minikube-bot
5cf6d08f3d
Upgrade to k8s version v1.5.0-alpha.0
...
Upgrade to k8s version v1.5.0-alpha.1
Upgrade to k8s version v1.5.0-alpha.2
Update to k8s v1.5.0-beta.1
2016-12-13 11:21:43 -08:00
dlorenc
8bc094f37d
Merge pull request #901 from upmc-enterprises/awsecr-creds-addon
...
Enable awsecr-creds addon
2016-12-09 13:22:55 -08:00
Steve Sloka
7e989d1ce2
Enable awsecr-creds addon which will setup credentials to AWS ECR for downloading docker images
2016-12-09 08:46:05 -05:00
Matt Rickard
6f756a7481
Make iso-url configurable through config command
2016-12-08 15:06:57 -08:00
Matt Rickard
f1fb26adc6
Add ingress controller to addons
...
This uses a custom version of the ingress controller. We should move
it over to the official one when it is released.
2016-12-08 12:01:31 -08:00
Matt Rickard
084c1e8181
Deprecate show-libmachine-logs flag
...
Libmachine logs can be enabled with --v=3 or higher. --v=7 turns on
debug level info. This will simplify the debugging control plane and
allow us to transition off of libmachine logs in the future.
2016-12-06 10:49:04 -08:00
Matt Rickard
3db2fa95b0
Merge pull request #879 from r2d4/dupe
...
Dedupe minikube addons open subcommand
2016-12-02 11:02:56 -08:00
Matt Rickard
2ee8f51bc7
Merge pull request #880 from r2d4/1.4.6
...
Upgrade k8s to v1.4.6
2016-12-02 11:02:46 -08:00
Matt Rickard
2569258ef2
Dedupe minikube addons open subcommand
2016-12-02 10:17:46 -08:00
Matt Rickard
b0c7704e93
Upgrade k8s to v1.4.6
2016-12-02 10:13:51 -08:00
Matt Rickard
e7afea8215
Change instructions for completion bash on OS X
...
OS X default version of bash doesn't support process substitution.
https://github.com/kubernetes/minikube/issues/844#issuecomment-262587570
2016-12-01 14:21:41 -08:00
Andreas Kohn
d34e961c2f
Add missing word in help text
2016-11-28 13:58:58 +01:00
Aaron Prindle
3fe4ef3e83
Added heapster to set of addons. Need to add test and repackage things to remove duplicated code.
2016-11-18 17:36:54 -08:00
Aaron Prindle
0e33746e1d
Merge pull request #783 from aaron-prindle/kubectl-hint
...
Added check for kubectl to each command (in root.go) This prompts user
2016-11-09 15:17:25 -08:00
vishah
ba860e3bf2
Regenerating docs after updating upstream spf13/pflag. related to #811
2016-11-09 16:31:48 -05:00
Aaron Prindle
1960618ae1
Added check for kubectl to each command (in root.go) This prompts user
...
with kubectl install one-liner for latest kubectl version. Also added
config for enable/disable. Still need to add tests.
2016-11-03 13:26:06 -07:00
minikube-bot
b216ec81bf
Upgrade to k8s version v1.4.5
2016-11-03 17:06:53 +00:00
Jimmi Dyson
1ac192cda9
Update generated docs
2016-10-27 19:24:49 +01:00
Aaron Prindle
bc1f5db71a
Added functionality to read/open multiple ports via service cmd. Also
...
updated tests and help text for multiple ports. Also updated docs.
2016-10-26 15:14:18 -07:00
dlorenc
55fd539300
Merge pull request #728 from jimmidyson/service-list
...
Add service list subcommand
2016-10-26 13:10:43 -07:00
Jimmi Dyson
741cca0fcc
Add doc for service list
2016-10-26 15:15:10 +01:00
Jimmi Dyson
badf04b4d2
Add service list subcommand
2016-10-26 14:43:08 +01:00
Matt Rickard
7560384fc8
Remove vendored kube2sky, Add DNS as cluster addon
...
Removes the vendored in kube2sky built into the minikube binary and
replaces the dns solution with kube-dns cluster addon. This will allow
users to swap out DNS implementations by simply turning off the
kube-dns addon.
2016-10-25 14:00:51 -07:00
dlorenc
a4e5f4a4a2
Fix travis.
...
The make gendocs change went in at the same time as the network setting change.
2016-10-24 13:00:31 -07:00
dlorenc
19e44dcf33
Merge pull request #745 from borisroman/feature/kvm_network
...
Add option to specify network name for KVM.
2016-10-24 12:37:43 -07:00
Boris Schrijver
e717f5f84a
Add option to specify network name for KVM.
2016-10-24 16:22:32 +02:00
Matt Rickard
24bced3969
Add simple bash completion for minikube
...
Similar to `kubectl completion bash`. Does not support more advanced
queries, just commands. Added as part of `make gendocs`
2016-10-21 14:42:06 -07:00
Aaron Prindle
f2f53e946e
Added hyperv virtual switch configuration flag for hyperv driver. Also
...
updated docs.
2016-10-20 17:11:31 -07:00
Matt Rickard
2202d5ccfc
Upgrade default k8s to v1.4.3
...
No manual changes needed
2016-10-20 11:42:45 -07:00
Jimmi Dyson
3e82478373
Add format flag to service command
2016-10-19 19:52:33 +01:00
Jimmi Dyson
097505b540
Add config view subcommand
2016-10-14 19:46:59 +01:00
Matt Rickard
bc5fd9b560
Increase memory and cpu defaults
2016-10-13 12:24:19 -07:00
Jimmi Dyson
812ad9c503
Update generated docs after godep upgrades
2016-10-12 15:25:13 +01:00
Aaron Prindle
2d2b484a22
Have working minikube addons command w/ enable, disable, delete. Also
...
updated docs.
2016-10-11 11:08:55 -07:00
Aaron Prindle
491e6c6d1c
Added WantReportErrorPrompt to config
2016-10-06 15:12:45 -07:00
aprindle
7e78514174
Added opt in to stackdriver error reporting
2016-10-03 09:22:30 -07:00
dlorenc
8611a455ca
Initial configurator commit.
2016-09-30 10:05:14 -07:00
dlorenc
a3efcc06d9
Update to k8s v1.4.0
2016-09-29 16:11:55 -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
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
a03719665e
Make gendocs
2016-09-29 11:23:22 -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
edbaf1a8bf
Cut v0.10.0, also bump the ISO URL.
2016-09-15 11:53:02 -07:00
Sergiusz Urbaniak
3945c3bffb
localkube: add rkt, and CNI support
2016-09-09 13:48:22 +02:00
Aaron Prindle
6017e34d4d
Fixed integration tests, adding test output to ssh mock, change help text to use multi-line string and
...
updated docs.
2016-09-08 13:13:15 -07:00
Aaron Prindle
3ef433d259
Added localkube status to minikube status. Also added format flag to
...
configure status output. Also updated docs. Also added godoc url to
help text for status.
2016-09-07 14:18:19 -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
Patrick Gray
d98cae5404
add documentation for new minikube --https flag with make gendocs
2016-08-25 15:13:44 -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
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
Jimmi Dyson
abbb0f1469
Add hyperv support
2016-08-24 16:16:07 +01:00
Aaron Prindle
14dca26a09
Cutting v0.8.0 release
2016-08-17 11:40:14 -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
Aaron Prindle
e0494803a8
Updated k8s version to v1.3.5. Also updated docs.
2016-08-15 15:15:58 -07:00
Shuanglei Tao
641910d8a8
Add registry-mirror option to minikube start
2016-08-13 22:55:48 +08: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
Jimmi Dyson
ecf7a35b19
Uprade to Kubernetes v1.3.4
2016-08-03 16:21:00 +01:00
abrand
5838c7d833
Add ability to specify CIDR for Virtualbox minikube
2016-08-02 20:06:37 -04:00
Aaron Prindle
0b1cfce102
Refactored localkube url/asset code, fixed url.Parse code, updated flag
...
help message to add URI information, updated docs, fixed unused vars and removed unneeded comments
2016-07-29 15:27:09 -07:00
Aaron Prindle
b3fe5faae6
Cleaned up start flags, added more robust URL checking for localkube
...
flag URL and added check to prepend 'v' to version # if it is missing
2016-07-28 12:33:34 -07:00
Aaron Prindle
bd4e244ce8
Updated docs. Added retrying for the localkube download.
2016-07-28 12:33:34 -07:00
aprindle
53e80a9c6f
Changed kubernetes-version to take k8s version as input (as well as
...
url) and to copy files from host to the vm instead of curl within vm.
Also made it so that sshutil.Transfer is done via a Reader.
2016-07-28 12:33:34 -07:00
aprindle
bc74b8596f
Updated documentation to reflect additional flag to minikube start,
...
updated tests
2016-07-28 12:33:34 -07:00
Rod Cloutier
c847979cab
docker-env command: Added support for multiple shells with no-proxy and unset flags
2016-07-25 15:58:16 +01:00
Gerd Aschemann
aa76240b31
Fix documentation (aligh with usage output, kubernetes/minikube#385 )
2016-07-22 10:29:28 +02:00
Gerd Aschemann
5b2655f1f3
Add insecure-registry option to minikube start (cf. kubernetes/minikube#385 )
2016-07-22 01:38:17 +02:00
Dan Lorenc
c6b2649966
Add a flag to minikube start to allow passing environment variables to Docker.
2016-07-18 10:27:09 -07:00
Jimmi Dyson
4488219180
Make disk size configurable
2016-07-10 23:43:54 +01:00
dlorenc
9fa002d573
Merge pull request #277 from aaron-prindle/get-kubernetes-version
...
Added get_kubernetes_versions command and tests
2016-07-07 13:38:47 -07:00
aprindle
3eccdd523f
Added json file and schema for k8s versions. Also updated documentation.
2016-07-07 10:14:03 -07:00
dlorenc
0a71dd290d
Merge pull request #272 from dlorenc/release
...
Bump to v0.5.0, add release notes and increment the releases.json.
2016-07-06 10:34:50 -07:00
Dan Lorenc
b68c957347
Bump to v0.5.0, add release notes and increment the releases.json.
2016-07-06 09:59:59 -07:00
dlorenc
57a865d329
Merge pull request #267 from jimmidyson/service-command
...
Add service command
2016-07-06 09:16:21 -07:00
Jimmi Dyson
44b2d9ce20
Add service command, copied & refactored from dashboard command
2016-07-04 15:08:27 +01:00
Jimmi Dyson
4b0f517600
Add xhyve driver support
2016-07-02 21:14:43 +01:00
Jimmi Dyson
a738a0f5ad
Add kvm driver support
2016-06-30 18:52:45 +01:00
Steve Sloka
95edd89399
Added flag to allow the number of CPU's to be specified as flag to start command
2016-06-27 15:32:16 -04:00
dlorenc
7f02c6bfbb
Update docs for the 0.4.0 release.
2016-06-27 09:44:15 -07:00
aprindle
03cca006ee
Added --memory flag to minikube start so that users can configure the ram of the vm
2016-06-13 18:13:53 -07:00
Brandon Philips
53ee8642f8
cluster: add support for vmwarefusion driver
...
Add support for the vmwarefusion driver which is greatly more stable on
OSX. Also, document it in the README as an option.
2016-06-11 19:47:11 -07:00
Dan Lorenc
d29f6ee36f
Update help text.
...
The k8s update updated cobra as well, so the generated help text changed.
2016-06-10 10:07:22 -07:00
dlorenc
c89e4c2dd8
Fix the help text. I merged two commits at the same time, and they conflicted.
2016-06-07 17:40:11 -07:00
aprindle
3c59245f32
Added gen_help_text.go and docs/ directory for cobra generated help
...
documentation. Added test in Travis for making sure docs are up-to-date.
2016-06-07 16:44:06 -07:00