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
AdamDang
6bb278a958
Typo fix: priviledges->privileges
...
priviledges->privileges
2018-05-03 12:06:25 +02:00
k8s-ci-robot
030691e5c0
Merge pull request #2779 from AdamDang/patch-3
...
Typo fix: occured->occurred
2018-04-30 23:11:16 -07:00
AdamDang
d67ba6e991
Typo fix: occured->occurred
...
occured->occurred
2018-05-01 13:16:12 +08:00
Arnaud MAZIN
b25f82759f
Create empty map if Nil
2018-04-29 18:24:25 -07:00
Arnaud MAZIN
3f9350da72
fmt
2018-04-29 18:24:25 -07:00
Arnaud MAZIN
cc41522545
added map[string]string argument parsing for eviction-like arguments
2018-04-29 18:24:25 -07:00
Li Yi
9198b04386
Fix error messages for enabling/disabling addon
...
Signed-off-by: Li Yi <denverdino@gmail.com>
2018-04-29 18:06:48 -07:00
k8s-ci-robot
3663f740b0
Merge pull request #2774 from AdamDang/patch-6
...
Typo fix: Seperated list->Separated list
2018-04-29 02:52:17 -07:00
AdamDang
12f1833ea9
Typo fix: Seperated list->Separated list
...
Seperated list->Separated list
2018-04-29 16:27:11 +08:00
k8s-ci-robot
f5d945597d
Merge pull request #2761 from AdamDang/patch-5
...
some small typo fixes
2018-04-26 09:29:02 -07:00
AdamDang
1e409df919
Update crio.conf
2018-04-23 20:14:09 +08:00
AdamDang
31aa6e49a6
Update srv_srv.go
2018-04-23 20:12:39 +08:00
AdamDang
3c50dee461
Update config.go
2018-04-23 20:10:55 +08:00
AdamDang
d01d8e5773
Update cluster.go
2018-04-23 20:10:04 +08:00
Viktor Safronov
9ad5b4a190
Disable dnsmasq on minikube-net network for kvm driver
2018-04-20 07:40:43 -07:00
minikube-bot
acd37d6539
Update releases.json to include v0.26.1
2018-04-18 19:28:56 -07:00