Stepan Stipl
30216a3b71
Add netfilter xt_ipvs module needed by Calico
...
Calico 3.0 needs xt_ipvs module, otherwise it fails to run (see
https://github.com/projectcalico/felix/blob/master/iptables/match_builder.go#L70-L76
for details).
2018-02-02 10:29:30 -08:00
Colin Hoglund
479ca10c75
allow storage-provisioner to be disabled
2018-01-29 14:46:27 -05:00
Colin Hoglund
249839378b
create ServiceAccount and ClusterRoleBinding for storage-provisioner
2018-01-29 14:04:16 -05:00
Joe Heck
9047262565
adding memory request and limit to efk addon
...
- running efk with minikube default memory (2048Mi) was running the set
out of resources. Seemed like it should at least be aware it didn't
have sufficient resources for the elasticSearch portion, so adding a
request and limit based on cAdvisor observation of a running system.
2018-01-29 05:59:41 -08:00
GRECO, FRANK
a91687d837
adding v1.9.0 to releases
2018-01-26 18:50:15 -06:00
minikube-bot
e39b898bc5
Update releases.json to include v0.25.0
2018-01-26 19:12:41 +00:00
Matt Rickard
ec1b443722
Merge pull request #2423 from kairen/add-freshpod-addon
...
Add freshpod as a new addon
2018-01-23 13:15:01 -08:00
Anders F Björklund
047be764d3
Downgrade docker from 17.12.0 back to 17.09.0
2018-01-17 08:21:26 -08:00
Anders F Björklund
565094e351
Upgrade Docker, from 17.06.0-ce to 17.12.0-ce
2018-01-17 08:21:26 -08:00
Anders F Björklund
3f92a9bd95
Make sure to create the /var/run/crio directory
...
The socket was moved there, so make sure that it actually exists!
Otherwise we will fail to create /var/run/crio.sock when starting.
2018-01-16 17:40:04 -08:00
kairen
53d6e9d7a2
Change freshpod from Deployment to RC
2018-01-13 02:14:26 +08:00
kairen
250d602085
Add freshpod as a new addon
2018-01-12 22:57:32 +08:00
kairen
08f4677511
Change kubernetes-dashboard from RC to Deployment
2018-01-10 02:15:07 +08:00
kairen
b1091853cc
Bump kube-addon-manager to v6.5
2018-01-08 14:06:29 -08:00
Suraj Deshmukh
5d7d751db8
Change the cri-o socket location to upstream default
...
Right now the cri-o socket is placed in `/var/run/crio.sock`, this
commit changes it to `/var/run/crio/crio.sock` which is similar to
upstream.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2018-01-04 10:35:08 -08:00
Sandeep Rajan
36fe30865e
manifest update
2018-01-03 16:17:41 +05:30
yanxuean
9934697735
remove duplicate BR2_PACKAGE_BTRFS_PROGS
...
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2017-12-26 13:14:33 -08:00
Tim Hockin
51ee9a1423
Convert registry to k8s.gcr.io
2017-12-22 09:55:16 -08:00
dlorenc
7550fcd6e0
Make the provisioner use a hostPath.
2017-12-20 14:41:56 -08:00
kairen
4d2840278f
Bump heapster to v1.5.0
2017-12-19 08:14:31 -08:00
Marcin Maciaszczyk
8b1eeedfed
Update dashboard-rc.yaml
2017-12-19 08:14:11 -08:00
ijl
8ca92d4b0a
kpod b85d0fa
2017-12-14 08:54:36 -08:00
ijl
25c7629ceb
crio-bin v1.8.4
2017-12-14 08:54:36 -08:00
ijl
e677c9639d
runc 0fdc908
2017-12-14 08:54:36 -08:00
Vincent Batts
16c54fcdc4
crio: update to v1.0.3
...
Also, this fixes the version output from `kubectl describe node`.
Now it shows:
```
[...]
System Info:
Machine ID: 41af387f4d4e4a3eabcdd2454a7e17f9
System UUID: B5BA9F83-3476-4B4A-943A-81E7A3953234
Boot ID: 7e616123-fa50-4fa9-8f47-88b2a09fbb81
Kernel Version: 4.9.13
OS Image: Buildroot 2017.02
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.0.3
Kubelet Version: v1.8.0
Kube-Proxy Version: v1.8.0
[...]
```
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-12-14 08:54:36 -08:00
ijl
b2251409ce
sysdig
...
This builds the sysdig kernel module, but not the userspace
program. That can be provided by a container.
2017-12-13 20:29:31 -08:00
kairen
797925f183
Update ingress controller, and fix integration test
2017-12-12 21:43:39 -08:00
Jimmy Leger
e784db9ccd
Added kube-system/(tcp|udp)-services configmaps for nginx ingress controller
2017-12-11 08:25:29 -08:00
ijl
85ca57a5ca
Packages built with -O2 instead of default -Os
2017-12-10 17:48:06 -08:00
ijl
350e09d263
vbox-guest 5.1.30
...
5.1.18 won't build with more recent kernels.
https://www.virtualbox.org/wiki/Changelog-5.1
2017-12-08 13:50:36 -06:00
ijl
09fe456c27
linux 4.9.64
2017-12-07 15:02:19 -06:00
ijl
57d1b0ce70
openvmtools10 package removed in favor of buildroot
...
buildroot's version is now more recent than the forked package.
2017-12-07 15:02:19 -06:00
ijl
1ca3a42e97
crio-bin requires libglib2, libmount
2017-12-07 15:02:19 -06:00
ijl
b977f274db
buildroot 2017.11
2017-12-07 15:02:19 -06:00
Matt Rickard
66d2d040fc
Add 0.24.0 checksums to releases.json
2017-12-01 10:14:43 -08:00
minikube-bot
e3c5edb630
Update releases.json to include v0.24.1
2017-12-01 05:03:59 +00:00
O'meid
a465350b9e
localkube-dind: Fix readme.
...
Fix the image name from localkube-image to localkube-dind-image in the readme.
2017-12-01 13:49:35 +11:00
kairen
874b47b10f
Bump Heapster version to v1.5.0-beta.2
2017-11-30 14:49:01 -08:00
Marcin Maciaszczyk
653196dbff
Update Dashboard addon to v1.8.0
2017-11-27 19:42:45 -08:00
Matt Rickard
f7f77e3d85
Merge pull request #2179 from rajansandeep/manifestupdate
...
Update CoreDNS manifest
2017-11-16 08:52:51 -08:00
Matt Rickard
43d8424c87
Merge pull request #2182 from kairen/update-addon-2
...
[addon] Update heapster to v1.5.0
2017-11-16 08:52:28 -08:00
Manuel de Brito Fontes
3521efb610
Update nginx-ingress-controller to 0.9-beta.17
2017-11-12 10:47:49 -03:00
kairen
7066946a59
[addon] Update heapster to v1.5.0
2017-11-10 17:02:49 +08:00
Matt Rickard
65d11b13d7
Merge pull request #2168 from dlorenc/storfix
...
More storage provisioner fixes.
2017-11-09 10:55:27 -08:00
Sandeep Rajan
10d2b02b74
Update coredns manifest
2017-11-09 12:43:07 -05:00
dlorenc
6e0710b425
Add a separate tag and bump the version.
2017-11-08 11:26:32 -08:00
Matt Rickard
6f2c75a04b
Merge pull request #2172 from maciaszczykm/kd-v1.7.1
...
Update Dashboard version to 1.7.1
2017-11-08 10:22:21 -08:00
Marcin Maciaszczyk
b1ab7553e3
Update Dashboard version to 1.7.1
2017-11-08 09:38:56 +01:00
kairen
38d108446a
Bump ingress to 0.9.0-beta.16, and add minikube-addons endpoint
2017-11-07 09:51:32 +08:00
dlorenc
f46b2fdde4
Add go to the minikube-iso build.
2017-11-06 09:40:01 -08:00