Commit Graph

2821 Commits (af61bf790c1c3374907fce1ad6d86dd7694ef31a)

Author SHA1 Message Date
Thomas Stromberg af61bf790c Remove lint issues from integration tests, mostly by adding error
handlers.
2018-09-28 11:57:48 -07:00
Thomas Strömberg 92a435cf4b
Merge pull request #3161 from afbjorklund/pstree
Add psmisc package, for pstree command
2018-09-28 11:10:12 -07:00
minikube-bot b7ffa46dbe Update releases.json to include v0.29.0 (#3176) 2018-09-27 15:46:16 -07:00
Thomas Strömberg 497c84b2ab
Merge pull request #3171 from tstromberg/master
make integration fixes: Install gsutil, improve GOPATH warning, fix path/exec issues.
2018-09-27 15:43:57 -07:00
Balint Pato 628f9de730
Cut release 0.29.0 (#3175)
release notes for 0.29.0, also bumps the ISO and the minikube binary version to 0.29.0
2018-09-27 15:28:15 -07:00
Thomas Stromberg 9f97cdaacc Remove unneeded N newline macro. 2018-09-27 15:00:12 -07:00
Thomas Stromberg 417ab9941b Instead of the awkward newline hack, call $(warning) multiple times. 2018-09-27 14:56:57 -07:00
Thomas Strömberg 74f8e492ee
Merge pull request #3148 from etherparty/fix-issue-2513
Fix issue 2513
2018-09-27 10:35:28 -07:00
Thomas Strömberg e49971a3ab
Merge pull request #3118 from kubernetes/tstromberg-patch-1
Simplifies Linux installation instructions by using install(1)
2018-09-26 17:09:05 -07:00
Thomas Stromberg c7ac28356e Mark scripts as executable. 2018-09-26 15:38:41 -07:00
Thomas Stromberg 45379c61c2 Fix T.Log call containing a formatting directive. 2018-09-26 15:38:18 -07:00
Thomas Stromberg abf6b5e5b6 Install gsutil if not already in PATH.
Also, some minor readability whitespace changes.
2018-09-26 15:37:17 -07:00
Thomas Stromberg e4376cf80f Make GOPATH warning extremely obvious to users.
Uses fanciful Makefile trick for newline insertion, because make hates
\n.
2018-09-26 15:36:25 -07:00
Marcus Heese 5d0e12327a
turning error into a warning log message 2018-09-26 13:53:57 -07:00
dlorenc 6f797b6e6a Bump everything to 1.11. 2018-09-26 11:58:13 -07:00
dlorenc b22a19bb43 Update docs. 2018-09-26 11:58:13 -07:00
dlorenc 9f16dbc870 Update go-ansiterm. 2018-09-26 11:58:13 -07:00
Praveen Kumar 23bd8de8d8 Issue #3037 change dependency management to dep 2018-09-26 11:58:13 -07:00
Marcus Heese 4eb2cdb120
inlining deleteNetwork into if statement 2018-09-24 14:04:01 -07:00
Jeffrey Sica 9e586a215f update dashboard version 2018-09-24 12:24:08 -07:00
ruicao 306d47c382 Fix typo: suppports -> supports
Signed-off-by: ruicao <ruicao@alauda.io>
2018-09-24 12:17:06 -07:00
Anders F Björklund 0439a0ce6c Add psmisc package, for pstree command 2018-09-24 20:43:01 +02:00
Thomas Strömberg 0f98509bef
Merge pull request #2763 from dan-santana/master
Add link to minikube repository for Void Linux
2018-09-21 15:19:20 -07:00
Balint Pato 04a38fd541
Merge pull request #3149 from kubernetes/tstromberg_maintainer
adding tstromberg as maintainer
2018-09-21 14:57:26 -07:00
Balint Pato 6352ecb42f
adding tstromberg 2018-09-21 14:52:05 -07:00
Marcus Heese 8d75f3b865
Merge branch 'fix-issue-2513' of github.com:etherparty/minikube into fix-issue-2513 2018-09-21 10:29:27 -07:00
Marcus Heese 5e38bf4819
kvm2 driver: fixed documentation link in error text 2018-09-21 10:28:52 -07:00
Marcus Heese 34ee59192b
kvm2 driver: be more robust with creating of the network, don't delete the network if it is in use 2018-09-21 10:28:47 -07:00
Marcus Heese b35e908dec
kvm2 driver: generate separate random MACs for default and private network NICs 2018-09-21 10:28:43 -07:00
Marcus Heese c4ef7ad197
kvm2 driver: separated activating and creating of networks 2018-09-21 10:28:37 -07:00
Marcus Heese d1995d24f0
kvm2 driver: fixed private network creation and setup 2018-09-21 10:28:33 -07:00
Balint Pato effccd52e6
Merge pull request #3114 from doodlesbykumbi/patch-1
fix: --format outputs any string, --https only subsitute http URL scheme
2018-09-20 08:49:50 -07:00
Kumbirai Tanekha 33a9e39bd3 fix: --format outputs any string, --https only subsitute http URL scheme
cmd/minikube service
--format: outputs arbitrarily formatted strings
--https: https only substituted when the URL scheme is http
2018-09-19 18:19:29 +01:00
Daniel Santana 1aa486032a
Merge branch 'master' into master 2018-09-14 18:18:40 -03:00
Arijit Basu bed9aabaf8 Stay in same line 2018-09-10 12:15:28 -05:00
Anders F Björklund 3b97276f70 Change default docker storage driver to overlay2
The "aufs" storage driver has been deprecated,
changed in Docker 17.09 for "overlay2" instead.

See https://github.com/docker/machine/pull/4558

This only affects the "boot2docker" provisioner,
since it is already being used by "buildroot".

Closes #3078
2018-09-10 12:13:03 -05:00
Thomas Strömberg 4bcd857b07
Simplifies Linux installation instructions by using install(1)
Makes documentation easier to read on narrower screens, and makes the command-line less scary looking. Leaves deletion of the downloaded file as an exercise for the reader. It's typically not done in installation instructions.

Instructions still assume x86-64 architecture, which is the common case, but less than ideal.
2018-09-05 11:48:57 -07:00
Sandeep Rajan 82e991456e update 2018-09-04 05:50:48 -05:00
AdamDang 22ab50aa7e Correct typo in the returned message
coundn't->couldn't
2018-09-04 05:49:04 -05:00
Bennett Ellis e13ed7a1ae Add env variable for default ES_JAVA_OPTS
The default configuration here for ES_JAVA_OPTS will pretty much always fail as is, making this addon useless and broken unless modified. Since this is deployed automatically when addon is enabled, it seems like providing a value that works is the best option here, otherwise in a minikube the pod(s) deployed will continually fail to start.
2018-09-04 05:48:38 -05:00
NsLib a7a5ede68e fix(cli): \`minikube start --mount --mountsting\` without wirte permission 2018-09-04 05:48:03 -05:00
Daemeron 9578f3f691 Add workaround for hyperkit and dnsmasq users 2018-09-03 18:47:35 -05:00
Daemeron 7e921b3d61 Revert "Update macOS requirements"
This reverts commit 21bfb62ee1.
2018-09-03 18:47:35 -05:00
Damian Kubaczka f162de3bbf Update macOS requirements 2018-09-03 18:47:35 -05:00
Jason Stangroome 9b21d3c7e4 Allow certificates to be optionally embedded in .kube/config
Opt-in with `minikube config set embed-certs true`. Similar to the
behaviour of `kubectl config set-credentials --embed-certs`.

Enables Minikube on Windows to produce a .kube/config file that
can be shared directly with kubectl inside the Windows Subsystem
for Linux (WSL) without needing to perform additional translation
of the certificate paths within the configuration file.
2018-09-03 15:34:50 -05:00
Balint Pato 7c8a3b3ec4
Merge pull request #3045 from r2d4/update-owners
update owners
2018-08-27 16:06:39 -07:00
dlorenc 86f44ad4ff Manual changes for go-containerregistry update. 2018-08-22 20:24:46 -05:00
dlorenc 3dc5f21dfb Update go-containerregistry library 2018-08-22 20:24:46 -05:00
yanxuean 1971dc979b add example in docs for containerd
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2018-08-21 09:28:33 -07:00
yanxuean c4ee50b9e8 support to conveniently use containerd
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2018-08-21 09:28:33 -07:00