Commit Graph

1155 Commits (daf6cd92296e480be5d346aa3abe9c99fc31d0a5)

Author SHA1 Message Date
Predrag Rogic 50a1d239b1
pause: bump to newest image v3.4.1 2021-03-01 16:41:29 +00:00
Medya Gh 73772286eb address review comments 2021-02-24 13:07:25 -08:00
Medya Gh 7f3b2c2a7b addres review comments 2021-02-24 12:48:39 -08:00
Medya Gh 8a652887ef add helpers to enable disable autopause 2021-02-24 12:30:06 -08:00
Medya Gh 175dbcf7ae add auto-pause to kic image 2021-02-24 12:30:06 -08:00
Medya Gh adc9d9e0a6 add auto-pause to docker image 2021-02-24 12:30:06 -08:00
Medya Gh 8739e20fef update addon name 2021-02-24 12:30:06 -08:00
Medya Gh 8412efbc02 add addons 2021-02-24 12:30:06 -08:00
Medya Gh 5dfc3048a5 rename 2021-02-24 12:30:06 -08:00
Medya Gh a3f5f754fe change port 2021-02-24 12:30:06 -08:00
Thomas Strömberg 18a00f0dc3
Merge pull request #10348 from afbjorklund/buildroot-2020.02.10
Buildroot 2020.02.10
2021-02-23 10:29:36 -08:00
Jiefeng He 1921801b69 disable minikube-scheduled-stop.service until a user schedules a stop 2021-02-21 00:12:31 -08:00
Anders F Björklund 48a1d6ad78 Change from crio-1.19 to crio-1.20 in kicbase 2021-02-20 10:20:45 -08:00
Anders F Björklund f3fda2a4c4 Make sure to add crun for running on cgroups v2
Podman will default to crun, for v2 (runc for v1)

So these dependencies are needed for podman.service

Note that runc is now provided by "containerd.io"
2021-02-20 10:11:35 -08:00
Sharif Elgamal 9c278299af add link to issue 2021-02-19 18:53:20 -08:00
Sharif Elgamal f81c526c6b fix crio by hardcoding mountopt 2021-02-19 17:41:24 -08:00
Sharif Elgamal 9be89e2ac0 Merge branch 'master' of github.com:kubernetes/minikube into anders-kicbase-210119 2021-02-18 18:51:37 -08:00
Sharif Elgamal cb35af3fd3 Merge branch 'master' of github.com:kubernetes/minikube into kic-test 2021-02-17 14:47:42 -08:00
Anders F Björklund c8266c0318 Upgrade crio to 1.20.0 2021-02-14 13:19:34 +01:00
Anders F Björklund 4a441a48bf The checksum of the podman source tarball changed
Due to it being auto-generated by "git archive",
and not being an actual and archived distfile...

The actual code contents are the same, though.
2021-02-13 20:37:19 +01:00
Sharif Elgamal 3406be89f8 fix final line of dockerfile 2021-02-12 17:18:40 -08:00
Sharif Elgamal 400456b300 no need for bash 2021-02-12 17:09:46 -08:00
Sharif Elgamal 38c6fc60f0 fix makefile 2021-02-12 16:15:33 -08:00
Sharif Elgamal ccdc844a94 Merge branch 'master' of github.com:kubernetes/minikube into kic-test 2021-02-09 15:12:42 -08:00
Medya Ghazizadeh 37c106b551
Merge pull request #10417 from afbjorklund/docker-20.10.3
Upgrade Docker, from 20.10.2 to 20.10.3
2021-02-09 12:42:44 -08:00
Anders F Björklund ac147e1442 Correct the filename for the crio apt repository
It was a bit confusing that 1.19 still said 1.18
2021-02-09 19:32:05 +01:00
Anders F Björklund e34354f6ea Update kicbase base image and sync with kind 2021-02-09 17:59:36 +01:00
Anders F Björklund 05fe93a392 Upgrade Docker, from 20.10.2 to 20.10.3 2021-02-09 17:34:08 +01:00
Sharif Elgamal 789c524431 change to dockerfile to test autobuild 2021-02-08 12:52:28 -08:00
Sharif Elgamal 6fb41b7104 Merge branch 'master' of github.com:kubernetes/minikube into gcp-auth-multiarch 2021-02-03 12:52:24 -08:00
Anders F Björklund 384b52b9f4 Regenerate defconfig after upgrade 2021-02-03 07:28:07 +01:00
Anders F Björklund 0ecbe7f4ee Upgrade buildroot minor version 2021-02-03 07:28:07 +01:00
Sharif Elgamal 93bf6308fd update gcp-auth addon to latest version 2021-02-02 15:56:57 -08:00
Medya Ghazizadeh 55fcfd2360
Merge pull request #10345 from afbjorklund/gluster-site
ISO: Old glusterfs releases were moved to a subdir
2021-02-02 13:25:30 -08:00
Anders F Björklund d1f4aa7edc Old glusterfs releases were moved to a subdir 2021-02-02 16:45:07 +01:00
Anders F Björklund 75dca77ec5 Revert "Use more stable gluster mirror?"
This reverts commit 5c1647f6e7.
2021-02-02 16:44:13 +01:00
Medya Ghazizadeh 6881977b5e
Merge pull request #10111 from lingsamuel/addon-image-in-code
Allow setting custom images for addons
2021-02-01 12:11:22 -08:00
minikube-bot fc27170b61 Update releases.json to include v1.17.1 2021-01-28 13:32:46 -08:00
Medya Ghazizadeh a92b3935b4
Revert "install losetup from util-linux in the ISO" 2021-01-27 15:38:47 -08:00
Ling Samuel 101d39fc51
Addon custom registry:
* fix missing suffix when using global image repo
* support override global image repo
* change all imagePullPolicy to IfNotPresent
* fix empty global image repo suffix

Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Ling Samuel 52f0e49a1e
Fix docker.io/ prefix
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel 76833fd2fa
Make registry configurable
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel de3c901c18
Implement all addons
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel 7b2d1a6838
Remove default image from yaml, fix empty images warning
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:06 +08:00
Ling Samuel b949034e1a
Manage addon images in code, support custom addon images
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:00 +08:00
Niels de Vos b4d1e207a5 install losetup from util-linux in the ISO
The losetup tool is used by Kubernetes to setup BlockMode volumes.
BusyBox provides a version, but it does not have the `-j` option.
2021-01-25 17:16:43 +01:00
minikube-bot e61a30f6b7 Update releases.json to include v1.17.0 2021-01-22 13:33:58 -08:00
Anders F Björklund 79ae3eb9c7 Upgrade Docker, from 20.10.1 to 20.10.2 2021-01-15 19:14:23 +01:00
Thomas Stromberg 11ea5b2f1d Remove debugging code 2021-01-08 16:03:22 -08:00
Thomas Stromberg 6ec94aa064 Merge to master 2021-01-08 15:40:24 -08:00