Matt Rickard
e39244a8ef
Merge pull request #1749 from r2d4/v0.21.0
...
Cut v0.21.0 release
2017-07-25 16:25:25 -07:00
Matt Rickard
6caa9c7106
Cut v0.21.0 release
2017-07-25 15:58:44 -07:00
Aaron Prindle
4798185b47
Fix storage provisioner to use insecure address variable
2017-07-25 13:46:29 -07:00
Matt Rickard
45b090c9e5
Merge pull request #1742 from r2d4/kubenet-rollback
...
Don't default to kubenet network plugin
2017-07-25 13:24:45 -07:00
Matt Rickard
d393211ce1
Use secondary expansion in OS-templated rules
...
https://www.gnu.org/software/make/manual/make.html#Secondary-Expansion
This allows us to have conditional targets for our tar command. I also
simplified the makefile rule for `out/minikube-%-amd64` by not caring
to force uppercase on the variables, since the official makefile docs
seem to not care about it.
2017-07-25 11:41:57 -07:00
dlorenc
9f1a6bf920
A few tweaks to our hack/* scripts for updating k8s.
2017-07-25 10:56:22 -07:00
Matt Rickard
90dc5c87c9
Don't default to kubenet network plugin
...
Hostports seem to require extra CNI configuration and the CNI hostport
plugin installed to work properly with kubenet.
2017-07-25 10:07:10 -07:00
dlorenc
45408b7fbb
Add some more helpful info to debug.
2017-07-25 08:56:33 -07:00
Aaron Prindle
c9113b0908
Merge pull request #1726 from aaron-prindle/tar
...
Added tar makerule and jenkins build/upload
2017-07-24 15:16:37 -07:00
Aaron Prindle
6ef837f9c6
Added tar makerule and jenkins build/upload
2017-07-24 15:16:03 -07:00
Matt Rickard
5e5a0fb971
Merge pull request #1718 from darkowlzz/1683-delete-machine-profile
...
cmd/minikube: delete accept no arguments
2017-07-24 15:09:34 -07:00
Matt Rickard
6eeda22c06
Merge pull request #1730 from r2d4/print-debug
...
Add some debugging output when the tests fail
2017-07-24 15:00:24 -07:00
Matt Rickard
b3d68f505e
Merge pull request #1737 from r2d4/right-gopath
...
Add a warning when building minikube out of gopath
2017-07-24 14:23:58 -07:00
Matt Rickard
0aa9c3b860
Add some debugging output when the tests fail
2017-07-24 13:17:59 -07:00
dlorenc
24e08b7337
Fix the way 'minikube status' finds the kubecfg file.
2017-07-24 11:40:15 -07:00
Matt Rickard
8eaf471940
Merge pull request #1727 from r2d4/typo2
...
\t isn't escaped in ``
2017-07-24 11:21:25 -07:00
Matt Rickard
19ac090fb1
Add a warning when building minikube out of gopath
...
We could add an error here, but some users might have a use case for
building it outside their gopath?
2017-07-24 11:20:28 -07:00
Aaron Prindle
29a7d7119a
Merge pull request #1436 from Teddy-Schmitz/registry-creds-gcrurl
...
Add gcrurl env var to registry-creds addon deployment and configuration
2017-07-24 10:16:13 -07:00
Aaron Prindle
2e9ebb635f
Merge pull request #1733 from DenisBiondic/patch-1
...
Updated drivers.md for info on Hyper-V dynamic memory
2017-07-23 14:18:03 -07:00
DenisBiondic
25e7a18d6f
Updated drivers.md for info on Hyper-V machines using dynamic memory management
2017-07-23 22:13:43 +02:00
Sunny
17ba029cba
cmd/minikube: delete accept no arguments
...
This changeset makes the delete command to error out if any argument is passed
to it.
2017-07-22 18:13:19 +05:30
Matt Rickard
f32754f2a9
Merge pull request #1729 from r2d4/ebtables-localkube-container
...
Add ebtables package to localkube container
2017-07-21 16:13:58 -07:00
Matt Rickard
20dfa5f873
Merge pull request #1728 from r2d4/none-pending
...
jenkins: Set github status pending on Linux-None
2017-07-21 16:13:42 -07:00
Matt Rickard
384a16f558
Add ebtables package to localkube container
...
ebtables is needed for the kubenet network plugin.
2017-07-21 14:58:18 -07:00
Matt Rickard
0fec8ffaa1
jenkins: Set github status pending on Linux-None
2017-07-21 14:44:29 -07:00
Matt Rickard
ca4de62179
\t isn't escaped in ``
2017-07-21 14:27:49 -07:00
Aaron Prindle
c4ab0947c5
Merge pull request #1711 from upmc-enterprises/registryCredsAWSRole
...
Add additional config options for registry-creds addon / Bump version
2017-07-20 15:20:30 -07:00
Matt Rickard
afcee9a5fc
Merge pull request #1708 from svanellewee/issue-1608-password-hiding-again
...
added AskForPasswordValue and 2 tests
2017-07-20 12:02:07 -07:00
Matt Rickard
a682bbbfe0
Use embeded etcd package, switch to etcdv3
2017-07-20 11:39:04 -07:00
Matt Rickard
1026ed2061
Add etcd3 vendor files
2017-07-20 11:38:48 -07:00
Aaron Prindle
c98ac207ab
Merge pull request #1717 from q3aiml/restore-mount-cmd
...
Restore mount command and unswap port and mountVersion
2017-07-20 10:21:09 -07:00
Matt Rickard
98d0af64cc
Merge pull request #1715 from r2d4/duration-configurator
...
Add duration as a configurable type for localkube
2017-07-20 10:13:11 -07:00
Matt Rickard
ea21916d63
Merge pull request #1713 from r2d4/kubenet
...
Use kubenet, add ebtables support
2017-07-20 09:46:54 -07:00
Andy Clayton
1f1076d7ed
Unswap port and mountVersion on mount cmd
...
Seeing since 6f42d58:
sudo mount -t 9p -o trans=tcp,port=9p2000.u,dfltuid=1001,dfltgid=1001,version=32777,msize=262144 192.168.42.1 /opt/host-persist;
sudo chmod 775 /opt/host-persist;
SSH cmd err, output: <nil>: mount: wrong fs type, bad option, bad superblock on 192.168.42.1,
2017-07-19 19:51:28 -05:00
Andy Clayton
d332a2b818
Restore mount command
...
This seems to have been a mistake in 6f42d58
.
2017-07-19 19:26:20 -05:00
Matt Rickard
42897e4fa0
Bump iso version to 0.23.0
2017-07-19 14:30:44 -07:00
Matt Rickard
d56d41b956
Add duration as a configurable type for localkube
2017-07-19 14:16:33 -07:00
Matt Rickard
8175c17a00
Use kubenet, add ebtables support
...
Fixes #1568
2017-07-18 14:43:56 -07:00
Aaron Prindle
9e8ef22e93
Merge pull request #1705 from aaron-prindle/msize
...
Added msize and 9p-version flags to mount. Also changed their defaul…
2017-07-18 10:21:16 -07:00
Steve Sloka
8ba6f47876
Add additional config options for registry-creds addon / Bump version
2017-07-18 11:10:24 -04:00
Stephan van Ellewee
ed5843714c
added AskForPasswordValue and 2 tests
2017-07-17 21:56:19 +02:00
Aaron Prindle
6f42d583d2
Added msize and 9p-version flags to mount. Also changed their defaults to be more usable
2017-07-17 11:02:56 -07:00
Matt Rickard
32dc5d0f02
Merge pull request #1703 from aledbf/ingress-update
...
Update nginx ingress controller version to 0.9-beta.11
2017-07-17 09:43:19 -07:00
Manuel de Brito Fontes
47b3ceedd6
Update nginx ingress controller version to 0.9-beta.10
2017-07-16 19:15:09 -04:00
Matt Rickard
601e762e46
Merge pull request #1699 from r2d4/proxy-defaults
...
Restore some kube-proxy defaults
2017-07-14 13:43:03 -07:00
Matt Rickard
afb7c63d92
Restore some kube-proxy defaults
...
Set some kube-proxy defaults that got unset through the new way of
configuring kube-proxy. Add more delay to the ip tables syncing reduces
idle CPU load a lot.
See
https://github.com/kubernetes/minikube/issues/1158#issuecomment-315308205
2017-07-14 10:58:21 -07:00
Matt Rickard
1c06d18e7d
Merge pull request #1693 from r2d4/k8s-1.7-rebase
...
Upgrade to k8s-v1.7
2017-07-14 08:55:13 -07:00
Matt Rickard
ba0411be20
Merge pull request #1697 from marccarre/enable-ipset
...
Enable ipset (hash:ip and list:set)
2017-07-14 08:50:59 -07:00
Marc CARRE
74c09aa9c1
Enable ipset (hash:ip and list:set).
...
Weave Net, a container networking solution, requires the `xt_set` module in order to function properly.
Minikube's Linux image currently does not have it, making Weave Net fail with errors like:
- `modprobe: FATAL: Module xt_set not found in directory /lib/modules/4.9.13`
- `FATA: ipset [create weave-local-pods hash:ip] failed: ipset v6.29: Kernel error received: set type not supported: exit status 1`
This changes addresses such issues.
2017-07-14 13:38:54 +01:00
Matt Rickard
2c20965c8f
Merge pull request #1692 from r2d4/darwin-fix-make
...
Fix darwin native build
2017-07-13 15:13:18 -07:00