Commit Graph

7570 Commits (02871d1b7ed352a99696c581080691599447bf22)

Author SHA1 Message Date
Steven Powell a4a1ba5381
Merge pull request #15868 from norshtein/addon
Don't allow enabling addon on a paused cluster
2023-07-14 10:06:10 -07:00
minikube-bot 1adbf3ec99 Update kicbase to v0.0.40 2023-07-13 22:10:30 +00:00
Judah Nouriyelian 6c9b4b21b7 refactor code and fix typos 2023-07-13 20:26:02 +00:00
Judah Nouriyelian f0ba2185c5 add support for checking github k8s versions 2023-07-13 20:26:01 +00:00
Steven Powell c7ac4a1290 reduced nesting 2023-07-13 13:08:52 -07:00
Steven Powell 2792c9b9c9 check cluster is running 2023-07-13 10:09:08 -07:00
minikube-bot 0a4bbf8136 Updating ISO to v1.30.1-1689243309-16875 2023-07-13 15:40:11 +00:00
minikube-bot 82d0e95cd7 Updating kicbase image to v0.0.39-1689243385-16875 2023-07-13 10:33:19 +00:00
Tongyao Si 06fb28c2c3 chore: rename CheckPaused to VerifyNotPaused 2023-07-12 13:26:02 -07:00
Tongyao Si c7ee592a76 Update pkg/addons/addons.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-07-12 13:25:19 -07:00
Tongyao Si 5c46b3a555 make error message more clear 2023-07-12 13:25:17 -07:00
Tongyao Si 4a5057c1e9 use string variable for shared message and fix lint 2023-07-12 13:20:53 -07:00
Tongyao Si 3eb8ef67a7 check new runtime error 2023-07-12 13:20:53 -07:00
Tongyao Si 3c1de0fc95 feat: when enabling addon on a paused cluster, give a warning and exit early 2023-07-12 13:20:53 -07:00
Steven Powell 926cfe4469
Merge pull request #16789 from spowelljr/detectBlock
QEMU: Unblock bootpd if start fails to due to blocking
2023-07-11 15:40:52 -07:00
minikube-bot 19e7ae6e33 Updating kicbase image to v0.0.39-1689032083-15452 2023-07-10 23:52:24 +00:00
Steven Powell 47b5190e70
Merge branch 'master' into docker-env 2023-07-10 16:26:41 -07:00
Steven Powell eeddc24f57
Merge pull request #16853 from tmoschou/bugfix/do-not-assume-qemu-patch-version
Use the stable path for brew installed qemu firmware in machine config
2023-07-10 14:15:11 -07:00
Medya Ghazizadeh a10c3fc684
Merge pull request #16756 from spowelljr/gvisorArm64
gvisor addon: Only allow on clusters that support running amd64 images
2023-07-10 11:41:59 -07:00
Steven Powell 46ac3266cf
Merge pull request #16854 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2023-07-10 09:53:39 -07:00
minikube-bot 6d7a723c4e update Kubernetes versions list 2023-07-10 06:05:10 +00:00
minikube-bot 99984d70aa update image constants for kubeadm images 2023-07-10 06:01:42 +00:00
Terry Moschou 98cf69588d Use the stable path for brew installed qemu firmware in machine config
Previously, machine config had hard coded the homebrew cellar path with
the patch version of qemu available at the time of machine creation,
and was prone to breaking anytime qemu was updated and the machine is
restarted. This change replaces the firmware path to use the prefix as
reported by 'brew --prefix qemu' (e.g. /opt/homebrew/opt/qemu on M1)
which is a symlink the the latest installed version of qemu
(e.g. /opt/homebrew/Cellar/qemu/<x.y.z>)
2023-07-10 11:37:10 +09:30
minikube-bot 057581f5ed Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.6 to 1.5.7 2023-07-07 21:24:10 +00:00
Steven Powell afdb67bbd0
Merge pull request #16834 from minikube-bot/auto_bump_ubuntu_version
Kicbase: Bump ubuntu:jammy from 20230605 to 20230624
2023-07-07 12:36:11 -07:00
Steven Powell 42af8896b3
Merge pull request #16831 from minikube-bot/auto_bump_inspektor_gadget_version
Addon inspektor-gadget: Update inspektor-gadget image from v0.17.0 to v0.18.1
2023-07-07 09:37:50 -07:00
Steven Powell a3934b637b
Merge pull request #14996 from fvoznika/master
Simplify containerd runtime configuration for gVisor
2023-07-07 09:36:02 -07:00
Steven Powell dc9b3ec802 explicitly build gvisor for amd64 2023-07-06 15:45:41 -07:00
Steven Powell 9932d49d60 update gvisor image 2023-07-06 15:32:57 -07:00
minikube-bot 7b889250ba Updating kicbase image to v0.0.39-1688681246-16834 2023-07-06 22:28:04 +00:00
minikube-bot e16eb42a52 Addon ingress: Update ingress-nginx/controller image from v1.8.0 to v1.8.1 2023-07-06 19:32:39 +00:00
minikube-bot 19d3bc9e1a Addon inspektor-gadget: Update inspektor-gadget image from v0.17.0 to v0.18.1 2023-07-06 19:32:32 +00:00
Товарищ программист a814542ad3 feat: use automated ssh-agent in docker-env 2023-07-07 00:35:43 +08:00
Medya Ghazizadeh db8deffcc5
Merge pull request #16765 from spowelljr/nerdctlISO
ISO: Add nerdctl
2023-07-05 12:21:45 -04:00
Товарищ программист 3d1b44055a Add auto add-host and ssh-agent for docker-env 2023-07-02 02:52:41 +08:00
Товарищ программист df8154a5e5 Apply suggestions from code review
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-07-02 02:08:43 +08:00
Товарищ программист e1f77e8f40 Apply suggestions from code review
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-07-02 02:08:27 +08:00
Товарищ программист 508adea11f feat: direct image build on containerd via docker-env 2023-07-02 02:08:27 +08:00
minikube-bot 610ab54c33 Updating ISO to v1.30.1-1688144767-16765 2023-06-30 22:33:21 +00:00
Steven Powell 7ba7f7b868
Merge pull request #16761 from spowelljr/sshAgent
Add ability to start & stop ssh-agent process
2023-06-30 13:40:16 -07:00
Steven Powell 233e5b6d6c fix typo 2023-06-28 14:30:18 -07:00
Steven Powell 86dbac0bed improved messaging 2023-06-28 14:19:43 -07:00
cui fliter 6f881a7ed6 fix function name in comment
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-06-28 11:59:22 +08:00
Steven Powell 084630dfd3 Unblock bootpd if detected blocked 2023-06-26 14:13:53 -07:00
Steven Powell 8c94a6c4ac
Merge pull request #16732 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.26.0 to v3.26.1
2023-06-26 10:23:14 -07:00
Steven Powell 78720ca145 add to SSH template 2023-06-26 10:13:29 -07:00
minikube-bot 85da12a8de update Kubernetes versions list 2023-06-26 16:21:52 +00:00
minikube-bot 91b3da7cd0 CNI: Update calico from v3.26.0 to v3.26.1 2023-06-26 10:05:28 +00:00
minikube-bot d0aea40188 update image constants for kubeadm images 2023-06-26 06:01:33 +00:00
minikube-bot bd98894d44 Updating kicbase image to v0.0.39-1687538068-16731 2023-06-23 16:51:59 +00:00
Steven Powell 59f4701531 added missing return 2023-06-22 20:55:51 -07:00
Steven Powell 78730bfaf8 fix name stuttering 2023-06-22 17:09:06 -07:00
Steven Powell f9c89f84e5 Add ability to start & stop ssh-agent process 2023-06-22 17:05:46 -07:00
minikube-bot 2db2e3352b Updating ISO to v1.30.1-1687455737-16703 2023-06-22 22:26:11 +00:00
Steven Powell 8cc125a86e gvisor addon: Add validation for amd64 cluster support 2023-06-22 10:01:53 -07:00
minikube-bot 90673a3cfb Updating kicbase image to v0.0.39-1687367788-16703 2023-06-21 17:36:48 +00:00
Medya Ghazizadeh da825db0ca
Merge pull request #16712 from spowelljr/michelesr/master
Add CONFIG_BINFMT_MISC=y flag
2023-06-21 09:58:15 -07:00
joaquimrocha f1d2138f54 Update Headlamp container version to 0.18.0
Signed-off-by: joaquimrocha <joaquimrocha@users.noreply.github.com>
2023-06-16 14:09:54 +00:00
Medya Ghazizadeh 3e28125852
Merge pull request #16718 from minikube-bot/auto_bump_k8s_versions
Bump Kubernetes version default: v1.27.3 and latest: v1.27.3
2023-06-15 15:30:47 -07:00
Fabricio Voznika 0b041f573b Simplify containerd runtime configuration for gVisor
The previous code had a copy of `config.toml` which is easy to get out of
sync. Instead, append the necessary configuration to the existing file
to retain the rest of the configuration.

Also changed the location where `runsc` is downloaded to use the latest
release instead of hardcondig to a release which gets old quickly.
2023-06-15 14:01:41 -07:00
Medya Ghazizadeh f6a20ae94f
Merge pull request #16687 from afbjorklund/machine-driver-vmware
Use a built-in version of the vmware driver
2023-06-15 13:31:57 -07:00
minikube-bot 7444206e78 bump default/newest kubernetes versions 2023-06-15 16:09:00 +00:00
minikube-bot fcebbe2b59 Updating ISO to v1.30.1-1686775871-16712 2023-06-15 02:21:33 +00:00
Steven Powell 47f69b7998
Merge pull request #16716 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions list
2023-06-14 17:16:58 -07:00
minikube-bot dee7591763 update Kubernetes versions list 2023-06-15 00:14:45 +00:00
minikube-bot 5dc5a90c06 update image constants for kubeadm images 2023-06-15 00:14:41 +00:00
Steven Powell e94ff85549
Merge pull request #15665 from wduncanfraser/add-geneve
Added geneve as a kernel module in minikube ISO
2023-06-14 13:00:36 -07:00
Medya Ghazizadeh 44c9ff1035
Merge pull request #16701 from minikube-bot/auto_bump_go_github_version
Update go-github from v43.0.0 to v53.1.0
2023-06-14 11:59:49 -07:00
minikube-bot 2b74b90244 Updating ISO to v1.30.1-1686713055-15665 2023-06-14 08:54:15 +00:00
Anders F Björklund 0659dc868f Always use cni unless running with dockershim
Since cri-dockerd 0.25, it now defaults to cni.

So when using cri (not dockershim), use cni too.
2023-06-13 20:33:26 -07:00
Steven Powell abd35a57f3
Merge pull request #15164 from brancz/patch-1
Add CONFIG_BPF_SYSCALL=y to aarch64 config
2023-06-13 20:11:03 -07:00
minikube-bot 7d2a343328 Updating ISO to v1.30.1-1686672019-15164 2023-06-13 21:34:53 +00:00
Steven Powell e93527e8f9 fix lint errors 2023-06-13 14:05:26 -07:00
minikube-bot 48feb9ba4e Update go-github from v43.0.0 to v53.1.0 2023-06-13 18:11:43 +00:00
Steven Powell 5801196244
Merge pull request #16695 from spowelljr/fixOutputMessage
Skip waiting for kicbase downloads on VM drivers
2023-06-13 11:05:22 -07:00
Medya Ghazizadeh 54d410586e
Merge pull request #16681 from spowelljr/fixTypo
Fix typo
2023-06-13 10:43:49 -07:00
Steven Powell dcc3fd2333
Merge pull request #16655 from spowelljr/fixISORestart
VM drivers: Fix images getting removed on stop/start
2023-06-13 10:10:14 -07:00
Steven Powell 748111556a
Merge pull request #14689 from rm3l/14351-feature-request-enable-config-proc-children-kernel-configuration-option-for-the-virtualbox-vm
Enable `CONFIG_PROC_CHILDREN` kernel configuration in Minikube ISO
2023-06-13 08:55:00 -07:00
Steven Powell 2a8e759592 Skip waiting for kicbase downloads on VM drivers 2023-06-12 21:29:35 -07:00
minikube-bot f1f5478e09 Updating ISO to v1.30.1-1686592820-14689 2023-06-12 23:58:32 +00:00
Steven Powell 4d85ac0cd7
Merge pull request #16671 from afbjorklund/docker-machine-reference
Remove extra references to docker machine
2023-06-12 13:33:36 -07:00
Steven Powell b1b4dbe4ab
Merge pull request #16670 from afbjorklund/vmwarefusion-removal
Remove the obsolete vmwarefusion driver
2023-06-12 13:26:46 -07:00
Anders F Björklund 67d37b4c3a Use a built-in version of the vmware driver
To avoid depending on an external binary
2023-06-12 21:12:08 +02:00
Medya Ghazizadeh 64588b21db
Merge pull request #16419 from spowelljr/checkForCNIPlugins
none driver: check for CNI plugins
2023-06-12 11:47:29 -07:00
Steven Powell 6afb19df85 fix typo 2023-06-12 11:21:27 -07:00
Steven Powell 3eb2d206cb
Merge pull request #16578 from ComradeProgrammer/image_tags
fix: missing tags on images with multiple tags for minikube image list
2023-06-12 10:55:42 -07:00
Steven Powell 64df06f08a
Merge pull request #15079 from ComradeProgrammer/fix_14592
fix: quit minikube service when there is no available pods
2023-06-12 10:42:08 -07:00
Anders F Björklund c301dacf93 Remove extra references to docker machine
Should only use libmachine and the drivers
2023-06-11 14:35:40 +02:00
Anders F Björklund 0a551357b4 Remove the obsolete vmwarefusion driver
It just referred to the "vmware" driver
2023-06-11 14:16:17 +02:00
Товарищ программист d4c33ff371 Apply suggestions from code review
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-10 22:35:40 +08:00
Товарищ программист 16c155fce8
Update pkg/minikube/reason/reason.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-10 21:43:00 +08:00
Steven Powell 2b31e761a8
Merge pull request #15887 from BlaineEXE/qemu2-add-extra-disk-capability
Add ability to create extra disks on qemu2 vms
2023-06-09 14:31:57 -07:00
Steven Powell ca6876c501
Merge pull request #16663 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions list
2023-06-09 14:19:03 -07:00
minikube-bot 829c4688ea update image constants for kubeadm images 2023-06-09 20:36:20 +00:00
minikube-bot 7b993bb460 update Kubernetes versions list 2023-06-09 20:36:09 +00:00
Steven Powell a424d1ced3
Merge pull request #16019 from BlaineEXE/add-ceph-rbd-to-arm-iso
add ceph rbd kernel driver to arm iso
2023-06-08 15:48:32 -07:00
Steven Powell 6da0667f4e VM drivers: Fix images getting removed on stop/start 2023-06-08 14:02:31 -07:00
minikube-bot 76f23c2a71 Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.5 to 1.5.6 2023-06-08 16:45:12 +00:00
Steven Powell 7d59ace92d
Merge pull request #16577 from spowelljr/updateKubeRegistryProxyImage
addons registry: Use multi-arch kube-registry-proxy image
2023-06-07 13:23:45 -07:00
Steven Powell c47da33425
Merge pull request #16643 from spowelljr/bootpdError
QEMU: Add advice if bootpd blocked by firewall
2023-06-07 12:18:22 -07:00