Manuel de Brito Fontes
3921adbdd7
Update nginx ingress controller version to 0.9-beta.14
2017-10-03 08:29:25 -03:00
dlorenc
18de99b793
Update dnsmasq to 1.14.5.
2017-10-02 10:32:36 -07:00
Aaron Prindle
ec17df3e59
Added sshd, kubeconfig and insecure-serving flags to localkube for dind image
2017-09-28 16:05:51 -07:00
Vincent Batts
2788714cc5
minikube-iso: add cri-o runtime
...
https://github.com/kubernetes-incubator/cri-o
Updated the runc version to its latest master commit.
Got crio into the automounter to get off the tmpfs
This feature bubbles up to the minikube command by reusing the
`--container-runtime=` flag, by enabling the value of "`crio`"
(`minikube start --container-runtime=crio`), while the flags/config
passed to localkube are more like k8s (`--container-runtime=remote
--remote-runtime-endpoint=/var/run/crio.sock`)
This is mostly ready for review. It is still lacking having
--insecure-registry plumbed through, but for now the policy.json is
open.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-09-27 09:12:15 -04:00
Praveen Kumar
ee49cebaf7
Update minishift directory structure to automout script
2017-09-21 15:47:01 +05:30
Matt Rickard
a1207de46c
Merge pull request #1968 from praveenkumar/bind_mount
...
Use bind mount instead symlink
2017-09-20 14:16:20 -07:00
minikube-bot
3451239780
Update releases.json to include v0.22.2
2017-09-18 20:50:25 +00:00
Praveen Kumar
35bba7a4ac
Use bind mount instead symlink
...
- Removed extra (prefix/sufix)spaces
2017-09-18 10:17:31 +05:30
Aaron Prindle
f4b916e3da
added restart to kvp daemon
2017-09-13 11:10:08 -07:00
minikube-bot
150f285fdf
Update releases.json to include v0.22.1
2017-09-11 22:07:03 +00:00
Matt Rickard
f5e95e9223
Merge pull request #1911 from corlettb/master
...
Adding optional aws_session_token to configuration options for registry-creds
2017-09-08 11:06:29 -07:00
Matt Rickard
ad85596d37
Add 1.7.5 localkube to released
2017-09-07 21:12:57 -07:00
minikube-bot
46268d9dbc
Update releases.json to include v0.22.0
2017-09-07 18:39:16 +00:00
Matt Rickard
0e6e930a7d
Merge pull request #1881 from r2d4/cache-images-4-minikube
...
Cache images in minikube
2017-09-06 15:43:04 -07:00
Ben Corlett
a2d8b1b434
- Passthrough aws region to registry-creds plugin
...
- Add optional aws_session_token to configuration options for registry-creds for aws sts credentials
2017-09-06 11:01:46 +01:00
Phu Kieu
8fe16fdf94
Update localkube to use socat with tls auth
2017-08-31 08:34:53 -07:00
Matt Rickard
e7aa059b6a
Set imagePullPolicy:IfNotPresent on kube-dns
2017-08-30 22:36:21 -07:00
Matt Rickard
dd91fea301
Merge pull request #1902 from aledbf/icb12
...
Update nginx ingress controller version to 0.9-beta.12
2017-08-30 17:44:43 -07:00
Manuel de Brito Fontes
e7cd5aba54
Update nginx ingress controller version to 0.9-beta.12
2017-08-30 18:24:48 -03:00
Matt Rickard
2fd858844b
Add additional modules for IPVS
...
Fixes #1894
2017-08-28 11:02:11 -07:00
Matt Rickard
3c9603ad64
Merge pull request #1888 from dragon3/master
...
Recover "awsregion" parameter for registry-creds addon
2017-08-25 18:02:19 -07:00
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
Ryuzo Yamamoto
6daef73f8d
Recover "awsregion" parameter for registry-cred addon
...
It seems the "awsregion" parameter was removed in 8ba6f47876
(#1711 ) unexpectedly.
It caused making incorrect awsecr-cred with unexpected aws region.
2017-08-25 09:39:58 -04: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 #1851 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 #1834 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 #1750 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 #1813 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 #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
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 #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
8175c17a00
Use kubenet, add ebtables support
...
Fixes #1568
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