dlorenc
a2218d2e7e
Add two more kubeadm preflight ignores to make e2e tests pass.
2018-06-12 13:48:29 -07:00
dlorenc
c9a7e90779
Bump ISO.
2018-06-12 11:09:40 -07:00
dlorenc
79682c2059
Fix the minikube status command.
...
There were a few cases where stdout wasn't getting flushed correctly,
leading to flakiness in e2e tests.
2018-06-12 10:27:55 -07:00
commitay
867b5e6552
Update caskroom -> Homebrew references
2018-06-13 01:35:01 +10:00
commitay
9dcfd0f215
Update homebrew-cask release process: remove `checkpoint`
2018-06-13 00:58:16 +10:00
Rohit Agarwal
0df67ee4af
Changes to make 'virsh console minikube' work.
2018-06-11 08:45:59 -07:00
Michal Rostecki
e47e372f2c
make: Check for go-bindata in PATH, not only in GOPATH
...
Some Linux distributions package go-bindata and don't allow to
download any code or binaries during build time.
2018-06-11 07:31:51 -07:00
ijl
3c6a809253
Update linux_defconfig for 4.16
2018-06-11 07:31:17 -07:00
ijl
730533ca6a
Add make iso-menuconfig, avoid host-tar build for linux-menuconfig
2018-06-11 07:31:17 -07:00
ijl
4c4cd31b02
linux 4.16, buildroot 2018.05
...
linux is upgraded to 4.16, binutils is upgraded to 2.30, and
libelf is installed for the newer kernel.
Other configuration changes are changes in defaults and ordering.
Now using glibc 2.27. systemd 237, and Go 1.10.
vbox-guest is removed because it's upstream as of linux 4.16.
More on buildroot at https://git.buildroot.net/buildroot/tree/CHANGES
2018-06-11 07:31:17 -07:00
dlorenc
7277fb358c
Fix vboxmanage cleanup
2018-06-08 10:22:43 -07:00
dlorenc
6b4c545a0f
Deflake the dashboard test.
...
This was a bit overkill.
2018-06-08 10:22:43 -07:00
Martynas Pumputis
f8a52cb848
Enable openvswitch with vxlan (kernel module)
2018-06-07 09:07:57 -07:00
Martynas Pumputis
d55203989f
Enable dummy network interface (kernel module)
2018-06-07 09:07:57 -07:00
ruicao
6a2020d8a1
Typo fix: Explictly -> Explicitly
2018-06-07 09:01:54 -07:00
liyongxin
b0d51d0241
typo fix stoppped to stopped
2018-06-06 11:23:19 -07:00
dlorenc
305e803316
Bump Docker API Verson.
2018-06-05 13:45:01 -07:00
ruicao
e726088118
Typo fix: dont't -> don't
2018-06-05 12:45:12 -07:00
dlorenc
0b4e5631df
Switch all remaining e2e tests to kubeadm.
2018-06-05 10:43:16 -07:00
Mark Gibbons
e37d6157eb
Updated to make code clearer for newer versions and remove duplication of image names
2018-06-05 08:15:38 -07:00
Mark Gibbons
abdcd2ce1d
changed to use MustParseRange
2018-06-05 08:15:38 -07:00
Mark Gibbons
376380e74e
Update code to cache correct images for different k8s versions
2018-06-05 08:15:38 -07:00
Sandeep Rajan
6cc9a85f68
coredns in gcr.io
2018-06-05 08:13:18 -07:00
AdamDang
fb5f548c14
Typo fix: formating->formatting
...
formating->formatting
2018-06-04 09:57:31 -07:00
seborama
ee73cbde6b
Added hyperkit options for enterprise VPN support
...
The purpose of these changes is to enhance Hyperkit support from the
minikube command line for better integration with enterprise networks
behind a VPN.
uuid: Provide VM UUID to restore MAC address (only supported with
Hyperkit driver).
vpnkitSock: Location of the VPNKit socket used for networking. If empty,
disables Hyperkit VPNKitSock, if 'auto' uses Docker for Mac
VPNKit connection, otherwise uses the specified VSock."
vsockPorts: List of guest VSock ports that should be exposed as sockets
on the host (Only supported on with hyperkit now).
Note:
tests pass but file:
`vendor/github.com/google/certificate-transparency/go/x509/root_darwin.go`
has to be edited to correct an issue - not committed since this is in
the vendor directory.
2018-06-04 09:46:20 -07:00
Mark Gibbons
5ed8a7ef91
Made caching async with block for completion before copy of images into cluster. Default imageing caching to false
2018-06-04 08:15:12 -07:00
mlgibbons
e9b95df587
Update to catch any errors in loading of cached images into Docker cache in VM which were previously being ignored and leading to unreliable "minikube start" especially in offline mode.
2018-06-04 08:15:12 -07:00
mlgibbons
0519b237a2
Addressed race condition caused by async image caching with no wait which resulted in unreliable image loading and prevented offline execution of "minikube start".
2018-06-04 08:15:12 -07:00
ruicao
4e63f34e26
Typo fix: permissable -> permissible
2018-06-01 09:11:42 -07:00
David Xia
e53454b34f
Update release docs' OSX installation method
...
to also mention how to install via homebrew.
2018-05-31 07:48:13 -07:00
Michal Rostecki
1468a4c8a7
kubeadm: Check for GetClientset error
...
`elevateKubeSystemPrivileges` was using `GetClientset` function
and getting the err object from, but err wasn't checked.
2018-05-30 22:37:52 -07:00
Sandeep Rajan
4bab1946d9
update manifest
2018-05-30 08:42:09 -07:00
Michal Rostecki
c7037c434b
make: Don't hardcode GOARCH in Makefile
...
out/localkube.d and out/minikube-* targets should be able to build
on every architecture.
2018-05-30 08:27:17 -07:00
dlorenc
b08b496d9c
Add security contacts.
2018-05-25 07:35:57 -07:00
Marc Bihlmaier
57a4ddcbfc
readme.md small change
2018-05-24 08:25:21 -07:00
kairen
dadb7adf23
Update pre-cache images to correct version
...
Signed-off-by: kairen <kyle.b@inwinstack.com>
2018-05-23 13:18:44 -07:00
Ivan Hamilton
4bdba1f20b
Issue certificates with NotBefore set 1 day prior to avoid drift/timezone issues in VM
2018-05-23 13:18:26 -07:00
kairen
902e49688f
Bump the heapster to v1.5.3
2018-05-21 08:06:01 -07:00
Ivan Hamilton
52cf7de475
Load cached images using VM path separators
2018-05-21 08:05:21 -07:00
maiksensi
3e0faef9a5
Use correct link for available configmap options
...
Trivial change to point to the correct URL.
2018-05-17 13:28:03 -07:00
minikube-bot
bdc9e966d4
Update releases.json to include v0.27.0
2018-05-17 13:27:40 -07:00
dlorenc
8c6afecc88
Move the etc data directory to data/minikube to make cleanup safer.
2018-05-17 13:27:19 -07:00
dlorenc
a7c0cbee11
Cut 0.27.0
2018-05-16 11:53:14 -07:00
ijl
11dacb82a1
Build container for ISO uses ubuntu:18.04
...
This is a long-term release. 17.10 is approaching end of life.
https://www.ubuntu.com/info/release-end-of-life
2018-05-14 08:01:38 -07:00
dlorenc
b54950fb2b
Start the default network for the kvm2 driver.
2018-05-11 13:07:19 -07:00
dlorenc
fe971d8a53
Fix 1.9.x versions of Kubernetes.
...
This was a silly typo on my part.
2018-05-10 20:35:39 +02:00
kairen
d7c90bc3e5
Fix integration test for Ingress
2018-05-08 11:27:26 +02:00
kairen
d7737980b7
Fix addon enable broken issue for Ingress
2018-05-08 11:27:26 +02:00
Manuel de Brito Fontes
a12479fc89
Switch ingress replication controller to deployment
2018-05-07 14:02:39 +02:00
Manuel de Brito Fontes
6eef6a31e2
Update nginx ingress controller to 0.14.0
2018-05-03 12:07:20 +02:00