Commit Graph

254 Commits (bb50f5df36b9926790840875d7ad1e3b580b007e)

Author SHA1 Message Date
Matt Rickard bb50f5df36 Add minikube motd for ssh login 2017-08-25 13:29:44 -07:00
Matt Rickard 946d406650 Add sshd_config to minikube iso
Overwrite the default configuration and enable

PrintMotd
PermitTunnel yes
MaxSessions 1000

So that we can run multiplex more ssh connections and do things in
parallel.
2017-08-25 13:28:18 -07:00
Aaron Prindle db45c6e0da Fix mount syntax for insecure serving w/ none driver 2017-08-21 15:47:50 -07:00
Matt Rickard f995dce258 Merge pull request from r2d4/docker-start-once
Remove initial docker unit
2017-08-21 13:15:23 -07:00
Matt Rickard 0db44af93c Rewrite configureAuth
The current implementation assumes that we already have docker running.
 This switches it to not remove any previous docker configuration
(since there isn't any), and uses our native file transfer utils
instead of the printf commands.
2017-08-20 22:44:19 -07:00
Matt Rickard 5a3d9777a3 Add 1.7.4 to releases.json 2017-08-20 15:41:46 -07:00
Matt Rickard 56e250e979 Delete docker default systemd unit from ISO
The docker daemon initially starts up in the ISO, only to be stopped
and replaced by minikube's custom configuration.  This removes the
initial unit, so that docker doesn't automatically start up until
minikube restarts it with its configuration.
2017-08-20 11:04:24 -07:00
Matt Rickard 65af725bef Add kernel module for MacVTap 2017-08-19 12:06:27 -07:00
Matt Rickard 1d715bfbd0 Merge pull request from msnelling/add_cifs
Add CIFS support to kernel
2017-08-17 11:50:03 -07:00
Mark Snelling e99987a0eb Added CIFS support to kernel 2017-08-17 09:23:47 +01:00
Aaron Prindle 19a8aa30b8 Merge pull request from aaron-prindle/localkube-dind-container
Add additional localkube-dind docker image.
2017-08-16 15:39:30 -07:00
Aaron Prindle 20f99fc500 Add additional localkube-dind docker image. 2017-08-16 15:30:07 -07:00
dlorenc 2bd9f94220 Fix the none driver with insecure serving.
There's a race condition where the kubelet starts up before this directory
gets created. If you create a HostPath volume without a trailing / on a path
that doesn't exist, it looks like something treats it as a file instead of a
directory.
2017-08-14 09:42:09 -07:00
Matt Rickard 1d2050ebf4 Merge pull request from r2d4/173release
add 1.7.2 and 1.7.3 to releases.json
2017-08-13 11:51:09 -07:00
Erik Stidham 437fe66b92 Add kernel modules needed by Calico
- Enable ipset module CONFIG_IP_SET_HASH_NET
- Enable ipip module CONFIG_NET_IPIP
2017-08-12 07:32:35 -07:00
Matt Rickard 3aebb95350 add 1.7.2 and 1.7.3 to releases.json 2017-08-11 10:45:22 -07:00
Arthur 88b68eabd7 Update dashboard-rc.yaml
Update labels to v1.6.3
2017-08-06 08:32:55 -07:00
zouyee f62161ec2d update dashboard image version 2017-07-31 17:50:17 -07:00
dlorenc a26d41399c Automount fixes. 2017-07-31 16:02:10 -07:00
Matt Rickard 41fdd53e1a Update cni-bin to v0.6.0-rc1
Also adds the cni-plugins-bin package, since they have been split out
into their own repo as of v0.6.0-rc1.
2017-07-26 17:50:05 -07:00
dlorenc 8837045970 Stop using insecure serving. 2017-07-26 14:38:57 -07:00
minikube-bot 174dc9f062 Update releases.json to include v0.21.0 2017-07-26 09:05:02 -07:00
Aaron Prindle 29a7d7119a Merge pull request 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
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
Aaron Prindle c4ab0947c5 Merge pull request from upmc-enterprises/registryCredsAWSRole
Add additional config options for registry-creds addon / Bump version
2017-07-20 15:20:30 -07:00
Matt Rickard 8175c17a00 Use kubenet, add ebtables support
Fixes 
2017-07-18 14:43:56 -07:00
Steve Sloka 8ba6f47876 Add additional config options for registry-creds addon / Bump version 2017-07-18 11:10:24 -04: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 1c06d18e7d Merge pull request from r2d4/k8s-1.7-rebase
Upgrade to k8s-v1.7
2017-07-14 08:55:13 -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 d94da6b644 Update kube-dns to 1.14.4 2017-07-13 09:19:46 -07:00
Matt Rickard 16c488d244 Update addon-manager to v6.4-beta.2 2017-07-13 09:19:46 -07:00
Matt Rickard c0e1559a1b Add kernel configs for support vsocks 2017-07-12 11:04:36 -07:00
Manuel de Brito Fontes e7c9f3c6b7 Update nginx ingress controller version to 0.9-beta.10 2017-07-07 12:04:21 -04:00
Steve Leon d90a5a233a Adding cephfs kernel module 2017-06-30 14:03:02 -07:00
Matt Rickard bbf0d9302f Add 1.7 to releases.json 2017-06-30 11:17:04 -07:00
Jakub Gocławski 4c624c284a Upgrade Docker to 1.12.6. 2017-06-29 11:58:14 -07:00
Matt Rickard fc986dfea9 Add 1.7.0-rc.1 to releases 2017-06-29 11:18:29 -07:00
Matt Rickard 55ea14fb9f Fix checksums for binaries built with go 1.7.5 2017-06-22 11:10:44 -07:00
minikube-bot 0b4788389d Update releases.json to include v0.20.0 2017-06-21 20:43:50 +00:00
Matthew Fisher 51cf8cf9a8 fix registry addon labels
In a last-minute fix, I accidentally changed the pod labels all to
the minikube add-on reconciliation mode label instead of the add-on
name. This is causing the registry service to be unable to forward
requests over to the pods due to mismatched label selectors.
2017-06-19 11:39:18 -07:00
dlorenc 1b3f06f8ed Enable IP_VS and MACVLAN and VXLAN. 2017-06-16 13:03:16 -07:00
Matthew Fisher 5e1db75db5 add registry addon
This addon installs a docker registry into the cluster.
2017-06-16 10:36:10 -07:00
Manuel de Brito Fontes cd81fbbbe1 Bump ingress to v0.9.0-beta.8 2017-06-14 14:42:25 -04:00
Matt Rickard bbef7353c6 Specifcy domains in dnsmasq configuration 2017-06-12 11:26:33 -07:00
Matt Rickard 94cb85f8cb Merge pull request from tdemaret/master
Fix Selector to use heapster, influxdb and grafana on Minikube
2017-06-08 10:36:19 -07:00
tz70s de513f93c4 Add k8s v1.6.4 release 2017-06-02 17:31:13 +08:00
Thibaut Demaret c94f41fbf1 the last reconcile 2017-05-26 21:23:28 +02:00
dlorenc 99be45d40c Update kubedns to 1.14.2. ()
* Update kubedns to 1.14.2.

* Also change integration test to cover the naked "kubernetes" domain.
2017-05-26 10:15:38 -07:00
Thibaut Démaret 209cf8d419 Add correction 2017-05-26 11:57:34 +02:00