Commit Graph

1139 Commits (f2df65f49d1ad6943e31412dc5d386af47e45dd5)

Author SHA1 Message Date
Steven Powell f2df65f49d
Merge pull request #14482 from andrewhamilton-okta/fix-containerd-insecure-registry
Fixes containerd configuration issue with insecure registries
2022-08-31 14:29:01 -07:00
Steven Powell 8a87b6449b update prow image 2022-08-30 15:52:00 -07:00
Abirdcfly 8617c501b2
chore: remove duplicate word in comments
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
2022-08-30 14:14:38 +08:00
minikube-bot c26af98e81 Updating ISO to v1.26.1-1661795462-14482 2022-08-29 22:51:31 +00:00
minikube-bot c5dc43f963 bump golint versions 2022-08-29 10:02:15 +00:00
minikube-bot 552ef2c000 Updating ISO to v1.26.1-1661377864-14783 2022-08-25 03:08:11 +00:00
minikube-bot 5bce362ae9 bump golang versions 2022-08-08 10:23:28 -07:00
minikube-bot 73abb160b5 bump golint versions 2022-08-08 10:02:18 +00:00
klaases 37aa78a8de release 1.26.1 changelog and makefile 2022-08-02 11:29:43 -07:00
minikube-bot 85d5bffade Update ISO to v1.26.1 2022-08-02 17:44:51 +00:00
Steven Powell 26254bc3d4
Merge pull request #14545 from spowelljr/updateConmon
ISO: Update conmon from v2.0.24 to v2.1.2
2022-07-29 10:14:36 -07:00
minikube-bot 36402ec720 bump golint versions 2022-07-25 10:02:17 +00:00
minikube-bot 053950640c Updating ISO to v1.26.0-1657933211-14545 2022-07-16 04:47:24 +00:00
Steven Powell 4a1a78cb74
Merge pull request #14554 from spowelljr/addBrewEnv
CI: Add arm64 Homebrew dir to PATH env
2022-07-12 14:35:59 -07:00
Steven Powell 475fce4777 add building e2e-darwin-arm64 2022-07-11 16:17:49 -07:00
minikube-bot 0aa97aa153 Updating ISO to v1.26.0-1657340101-14534 2022-07-09 08:30:59 +00:00
minikube-bot 2224cd3ac4 Updating ISO to v1.26.0-1656700267-14481 2022-07-01 22:21:24 +00:00
Paul S. Schweigert b28e6de4ba
fixes
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 16:02:01 -04:00
Paul S. Schweigert b503d47f94
updating go hash
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 15:58:17 -04:00
Paul S. Schweigert 65e096b5fe
bump go to v1.18 in Makefile
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 14:45:52 -04:00
Steven Powell 207003f24b release minikube 1.26 2022-06-22 12:38:33 -07:00
minikube-bot ee391b56b9 Update ISO to v1.26.0 2022-06-22 17:41:35 +00:00
Steven Powell 912226e73f
Merge branch 'master' into k8s1.24 2022-06-22 10:24:15 -07:00
Steven Powell 98377c37b0 automate updating yearly leaderboard 2022-06-21 15:44:26 -07:00
minikube-bot 9dae03e5f2 Updating ISO to v1.26.0-1655407986-14197 2022-06-17 00:25:32 +00:00
minikube-bot c88c6e70bc Updating ISO to v1.26.0-1655241299-14197 2022-06-16 12:23:00 -07:00
Steven Powell 7e65323a4f
Merge pull request #14316 from kinvolk/alban/kernel-5.10-options
Add eBPF related kernel options
2022-06-14 13:39:54 -07:00
Steven Powell f06fe5b908
Merge pull request #14329 from leogr/falco-0.32.0
Bump Falco to 0.32.0
2022-06-14 11:01:08 -07:00
Sharif Elgamal b41f83df1c
Merge pull request #14337 from sharifelgamal/auto-pause-kic
build auto-pause outside kicbase dockerfile
2022-06-14 10:53:10 -07:00
minikube-bot b69df23b03 Updating ISO to v1.26.0-1655163725-14329 2022-06-14 02:17:53 +00:00
Sharif Elgamal 7d74925578 build auto-pause outside kicbase dockerfile 2022-06-13 17:08:30 -07:00
Steven Powell 10f4044e5e
Merge pull request #14312 from spowelljr/criDockerUpdate
Add script to update cri-docker
2022-06-13 16:35:03 -07:00
Steven Powell 4b7d1b2718 remove unused Makefile command 2022-06-13 16:24:08 -07:00
Sharif Elgamal 98c0e9f6c8
Merge pull request #14265 from sharifelgamal/arm64-containerd
Reduce package duplication for ISO building
2022-06-13 16:22:33 -07:00
minikube-bot 33cb8cb876 Updating ISO to v1.26.0-1655134933-14265 2022-06-13 18:32:13 +00:00
Steven Powell aa1d305412 add script to update cri-docker 2022-06-13 10:41:24 -07:00
minikube-bot 65a31719ef bump golang versions 2022-06-13 09:02:11 +00:00
Francis Laniel ca1f05e2d2 Backport buildroot patch to add BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE.
This config option permits indicating the Linux kernel needs pahole to be
compiled.
Thus, host-pahole will be built before the kernel.
This is mandatory when using CONFIG_DEBUG_INFO_BTF.

Signed-off-by: Francis Laniel <flaniel@microsoft.com>
2022-06-10 17:51:22 +01:00
Francis Laniel d59034e27c Change iso-menuconfig to iso-menuconfig-%.
iso-menuconfig would do nothing related to buildroot configurations with the
changes added with arm64.

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-10 13:57:13 +01:00
minikube-bot 5d5cdc793f Updating ISO to v1.26.0-1654804800-14265 2022-06-09 23:16:05 +00:00
Francis Laniel c0a0f4542d For test purpose only: permits the CI running test with this ISO.
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:36:38 +01:00
Francis Laniel 9f21f1e4a6 Fix linux-menuconfig Makefile target.
It now uses the output-* directory corresponding to the target architecture
under out/buildroot.

Fixes: d1829f24ec ("small fixes")
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel 06022e8017 For prototyping purpose: Remove CHANGELOG.
CHANGELOG file is created by a jenkins related script which I do not run when
building the image myself outside of CI

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel 770d41f21b Use kernel 5.10 for minikube.iso.
This commit jumps kernel version used in minikube.iso to 5.10.
To do so, the following kernel configuration options were added to
linux_*_defconfig:
- CONFIG_TMPFS to be able to use mount -t tmpfs in init.
- CONFIG_PCI to have network.
- CONFIG_BRIDGE_NETFILTER to have /proc/sys/net/bridge/bridge-nf-call-iptables
which is needed by kubeadm.

CONFIG_* relaed to vbox were added to linux_x86_64_defconfig and as consequence
vbox related packages were removed since vbox modules are available in
upstream kernel.

To compile falco module, CONFIG_FTRACE_* were added to linux_aarch64_defconfig.

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel f0ccf77945 Add sysdig 0.27.1 package.
This package is used in place of sysdig 0.23.1 which comes with buildroot.
Indeed, sysdig 0.23.1 does not compile with recent kernel.

It is based on the following patch:
https://lore.kernel.org/buildroot/20220407182425.194001-3-flaniel@linux.microsoft.com/T/#u

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
Francis Laniel f20b7ecf73 Fix minikube.iso target when not running inside docker.
Fixes: d92f42a6e4 ("fix the minikube.iso make target")
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
2022-06-07 10:35:58 +01:00
minikube-bot b785613d69 Updating ISO to v1.26.0-1653677468-13807 2022-05-27 21:18:11 +00:00
Sharif Elgamal 477ceb8aac
Merge pull request #14230 from sharifelgamal/kicbase-build
kicbase: don't build cri-dockerd from source
2022-05-27 11:45:25 -07:00
Sharif Elgamal 600cc30096 add automation for uploading cri-dockerd binaries 2022-05-26 13:11:20 -07:00
Steven Powell 6709ef5db8 automate updating gotestsum 2022-05-24 13:00:00 -07:00