Predrag Rogic
7466e4a109
fix gcpauth and olm for k8s v1.22+
2021-08-24 18:40:22 +01:00
Predrag Rogic
8a510c05db
avoid extra newlines around conditions in template
2021-08-24 18:05:56 +01:00
Predrag Rogic
abd52901cf
fix ingress for k8s v1.22+
2021-08-24 18:05:44 +01:00
Medya Ghazizadeh
7dc8836303
Merge pull request #12268 from afbjorklund/minikube-2021.02-new
...
Upgrade Buildroot to 2021.02 LTS with Linux 4.19
2021-08-16 16:47:00 -07:00
Medya Ghazizadeh
29117e3c13
Merge pull request #12230 from medyagh/v1beta_depricate
...
bump calico to v3.20 and move away from v1beta apis
2021-08-16 16:38:16 -07:00
Anders F Björklund
f91a11192e
Upgrade Buildroot to 2021.02 LTS with Linux 4.19
...
Upgrade kernel minor version to distribution default
Add patch to allow building go inside minikube mod
Add sysctl override to revert systemd 245+ rp_filter
BR2_PACKAGE_LUAJIT
Make sure to build lua required for sysdig
BR2_PACKAGE_LZ4_PROGS
Make sure to build lz4 required for preload
BR2_PACKAGE_UTIL_LINUX_BINARIES
Make sure to build lsblk required for automount
2021-08-14 22:02:02 +02:00
Medya Gh
4e32f41c83
move away from v1beta apis
2021-08-10 14:24:43 -07:00
Steven Powell
b36be9cd52
Upgrade buildkit from 0.8.2 to 0.9.0
2021-08-10 11:05:34 -07:00
Anders F Björklund
7971e043de
Upgrade Docker, from 20.10.7 to 20.10.8
...
runc v1.0.1
containerd v1.4.9
2021-08-06 10:23:49 +02:00
Anders F Björklund
cd08ce7c4d
Upgrade Docker, from 20.10.6 to 20.10.7
...
runc v1.0.0-rc95
containerd v1.4.6
2021-08-06 10:23:49 +02:00
Anders F Björklund
e5c662ce4f
Update crictl to v1.21.0
2021-08-05 12:18:51 +02:00
Anders F Björklund
2584519c0c
Update crictl to v1.20.0
2021-08-05 12:17:58 +02:00
Blaine Gardner
8f05ee00e1
Add ability to create extra disks on hyperkit vms
...
Add the ability to create and attach extra disks to hyperkit vms.
Signed-off-by: Blaine Gardner <blaine.gardner@redhat.com>
2021-07-28 09:57:20 -06:00
jayonlau
6859155270
Clean up extra spaces
...
Clean up extra spaces, although these errors are not important, they affect the code specification.
2021-07-14 15:30:17 +08:00
balasu
e833905678
for portainer add-on
2021-07-08 13:22:01 +00:00
minikube-bot
af60c5de90
Update releases.json to include v1.22.0
2021-07-07 14:59:10 -07:00
Medya Ghazizadeh
edbbaa521f
Merge pull request #11826 from ilya-zuyev/ilyaz/test_beta_sanity
...
Add a sanity test for beta releases
2021-07-02 09:44:14 -04:00
Sharif Elgamal
11a9046913
update crio-bin hash
2021-07-01 17:08:53 -07:00
Andriy Dzikh
cec98ef11a
Template auto-pause.service to allow injecting the correct container runtime.
2021-07-01 13:12:44 -07:00
Medya Ghazizadeh
05b64d1a74
Merge pull request #11824 from andriyDev/fix-auto-pause
...
Make kicbase copy auto-pause binary instead of auto-pause folder
2021-07-01 16:10:33 -04:00
Andriy Dzikh
022967c4d3
Make kicbase copy auto-pause directly instead of the auto-pause folder.
2021-06-30 10:08:16 -07:00
Ilya Zuyev
e109e9dd62
fix a comment
2021-06-29 16:52:00 -07:00
Ilya Zuyev
66e0d25af7
add a sanity test for betas
2021-06-29 16:41:52 -07:00
Ilya Zuyev
5f71accc95
releases-beta.json: add hashsums for v1.20.0-beta.0
2021-06-29 16:39:12 -07:00
Steven Powell
ebf3c9d572
fixing previously renamed func
2021-06-29 15:58:52 -07:00
minikube-bot
98e7796af7
Update releases-beta.json to include v1.22.0-beta.0
2021-06-29 15:43:22 -07:00
Ilya Zuyev
47938ea6d3
fix crio-bin hash
2021-06-29 11:32:50 -07:00
Ilya Zuyev
68c4d072fe
Revert "Merge pull request #11688 from afbjorklund/buildroot-2021.02"
...
This reverts commit 02abe7856c
, reversing
changes made to 4d078ae82f
.
2021-06-28 17:11:11 -07:00
ilya-zuyev
02abe7856c
Merge pull request #11688 from afbjorklund/buildroot-2021.02
...
Upgrade Buildroot to 2021.02 LTS with Linux 4.19
2021-06-27 17:13:11 -07:00
Steven Powell
426be861ad
update crio-bin hash
2021-06-25 15:22:16 -07:00
Anders F Björklund
50a514c993
Synchronize config with Buildroot 2020.02
...
Compare generated .config between versions
Remaining differences: binutils, gcc, fuse
-BR2_BINUTILS_VERSION_2_32_X=y
+BR2_BINUTILS_VERSION_2_35_X=y
-BR2_GCC_VERSION_8_X=y
+BR2_GCC_VERSION_9_X=y
-BR2_PACKAGE_LIBFUSE=y
+BR2_PACKAGE_LIBFUSE3=y
And also the kernel versions, as intended.
2021-06-25 13:44:30 -07:00
Anders F Björklund
e90f7c18df
Make sure to build lz4 required for preload
2021-06-25 13:38:02 -07:00
Anders F Björklund
27ad97fc19
Make sure to build lsblk required for automount
2021-06-25 13:38:02 -07:00
Anders F Björklund
d63318b946
Add patch to allow building go inside minikube
2021-06-25 13:38:02 -07:00
Anders F Björklund
6eafe64a57
Upgrade Buildroot to 2021.02 LTS with Linux 4.19
...
Upgrade kernel minor version to distribution default
BR2_PACKAGE_LUA_5_1 is required for BR2_PACKAGE_SYSDIG
2021-06-25 13:38:02 -07:00
Medya Gh
e8103ca011
auto puase arm64
2021-06-24 17:25:14 -04:00
Ilya Zuyev
3ef400ddee
Merge branch 'master' into ilyaz/fix_vm_ctrd_timeout
2021-06-21 14:55:01 -07:00
Medya Ghazizadeh
ab4cfc239d
Revert "ISO: Upgrade podman to 3.1.2"
2021-06-21 12:13:59 -04:00
Medya Ghazizadeh
47f6f9e5a6
Merge pull request #11704 from afbjorklund/podman-3.1.2
...
ISO: Upgrade podman to 3.1.2
2021-06-21 12:12:40 -04:00
Anders F Björklund
c6c9cec51b
Stop using /etc/cni/net.d for podman network
...
Kubernetes can't handle anything else using the same config
directory, and doesn't have a method of choosing which cni.
2021-06-19 13:09:49 +02:00
Anders F Björklund
386561f694
Upgrade podman to 3.1.2
2021-06-19 09:52:21 +02:00
Andriy Dzikh
02b996e011
Redefine addon asset in terms of embed.FS.
2021-06-16 09:59:39 -07:00
minikube-bot
ed65761187
Update releases.json to include v1.21.0
2021-06-11 08:57:50 -07:00
Ilya Zuyev
6dfbd6feea
Use KillMode=mixed for iso containerd
2021-06-10 19:21:51 -07:00
Medya Ghazizadeh
a2db6a95b2
Merge pull request #11572 from JacekDuszenko/move-ingress-dns-docs-to-site
...
doc: Move ingress dns docs to site
2021-06-10 15:32:55 -04:00
Andriy Dzikh
b723c28032
Modify MetricsServer to use v1 api version (instead of v1beta).
2021-06-04 11:42:46 -07:00
JacekDuszenko
a8fe445fac
move ingress dns docs to site
2021-06-03 03:57:51 +01:00
minikube-bot
121cacc5b7
Update releases-beta.json to include v1.21.0-beta.0
2021-06-02 18:16:55 -07:00
Sharif Elgamal
a823439257
allow pods to be refreshed
2021-05-25 13:43:25 -07:00
Medya Gh
0068f92327
add port to addons templates
2021-05-17 18:50:12 -07:00