Commit Graph

2917 Commits (fddd58bb715b45aa5149231d8531a2a9ab84c79f)

Author SHA1 Message Date
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
Sven Anderson f39ccc84a6 Upgrade gluster client in ISO to 4.1.5 2018-09-24 22:16:17 +02: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
Anders F Björklund 16be159cbd Install crictl from binary instead of from source
Since we already install docker and cni from binary
2018-09-24 20:03:54 +02:00
Raunak Ramakrishnan 59bf9709dd
Updates to Linux CI Script in README
I needed to run the following 2 commands before `kubectl` worked correctly:
sudo chown -R $USER $HOME/.minikube
sudo chgrp -R $USER $HOME/.minikube
2018-09-23 12:02:04 +00:00
Anders F Björklund d8c8f0a896 Upgrade cni and cni-plugins to release version
Closes #3151
2018-09-22 10:40:03 +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
Bob Killen e3f26499b9
Replace kusers link with discuss forum link 2018-09-17 14:21:29 -07: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
oilbeater 7120bdac36 update nginx ingress controller version to 0.19.0 2018-09-10 14:43:19 +08: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
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