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
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
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
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
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
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
yanxuean
00a8b13e98
support containerd v1.2.0-beta.0
...
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2018-08-21 09:28:33 -07:00
dlorenc
20b4020019
Also disable persistence test.
2018-08-21 09:12:40 -07:00
dlorenc
0a5efe156c
Don't look for DNS by name. It might be coredns or kubedns.
...
Signed-off-by: dlorenc <dlorenc@google.com>
2018-08-21 09:12:40 -07:00
dlorenc
bd9230f923
Fix the copyright header in our custom journald.conf
2018-08-20 10:23:17 -07:00
Joao Carlos
74d6155d47
Update docker/machine dependencies
...
Fixes an issue that prevents the vmwarefusion driver from working with
minikube.
2018-08-20 07:44:31 -07:00
Sandeep Rajan
f8c16a7bbb
Make coredns default
2018-08-20 07:43:53 -07:00
Tijs Gommeren
edc3576735
updated readme for Windows installation
2018-08-20 07:42:03 -07:00
wangxy518
c398a506d8
Update persistent_volumes.md
2018-08-20 07:41:37 -07:00
Sandeep Rajan
bda086d34c
update deployment
2018-08-16 09:29:52 -07:00
wangxy518
4159e98fe7
Update logo_white.svg
2018-08-13 19:45:11 -07:00
Raghavendra Talur
616c3e5538
readme: update the script to match executable path
...
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
2018-08-07 18:21:22 -07:00
Nate Bessette
d203cf4101
Replace 9p mount calls to syscall.Rename with os.Rename, which is capable of renaming on top of existing files.
2018-08-06 09:31:24 -07:00
Viktor Safronov
477ece9a50
Revert "Remove untainting logic."
...
This reverts a part of commit eec47aaa71
.
2018-08-06 08:36:10 -07:00
RA489
685b7925cf
Create LICENSE
2018-08-06 07:45:36 -07:00
Matt Rickard
9aa698d2d0
update owners
2018-08-03 13:31:25 -07:00
Matt Rickard
1080d813c0
remove r2d4 from brew PR comment
2018-08-01 09:05:56 -07:00
Asbjørn Apeland
005c6b1861
Fix typo
...
There was a typo in 5a78ac92f6
.
2018-08-01 09:05:37 -07:00
Matt Rickard
b7c6d4d24c
Merge pull request #3033 from r2d4/maintainer-update
...
Maintainer update
2018-07-31 11:40:35 -07:00
Asbjørn Apeland
5a78ac92f6
Change Linux install method
...
Previously, files installed to /usr/local/bin/ would be owned by the
user executing the command, not root. This change makes these installed
files owned by root instead. Improving security is the goal.
2018-07-31 10:55:22 -07:00
Matt Rickard
51b35b2ea2
Add balint to maintainers
2018-07-31 10:24:41 -07:00
Matt Rickard
27ab3f594c
Remove r2d4 from maintainers
2018-07-31 10:19:55 -07:00
Anders F Björklund
ec55fba5f0
Upgrade from kpod 0.1 to (new name) podman 0.4.1
...
Simple management tool for containers and images
"podman shares state with crio and so has the
capability to debug pods/images created by crio"
https://github.com/projectatomic/libpod/pull/145
2018-07-30 10:36:48 -07:00