Commit Graph

6555 Commits (930427f847c28fe0da7c49d4d684a7fbba2c3e28)

Author SHA1 Message Date
Steven Powell ed3983298f fix PR Bot warnings 2022-04-05 13:41:19 -07:00
Sharif Elgamal dc0b193b74 fix kvm stuff 2022-04-05 10:30:40 -07:00
Akihiro Suda 92ab555928
Support rootless Podman driver, take 2
Usage:
```
minikube config set rootless true
minikube start --driver=podman --container-runtime=(cri-o|containerd)`
```

Tested on Podman 4.0.2, Ubuntu 21.10.

Needs cgroup v2 (as in Rootless Docker): https://rootlesscontaine.rs/getting-started/common/cgroup2/
See also `site/content/en/docs/drivers/includes/podman_usage.inc`

Fix issue 8719
Fix issue 12460
Replace PR 12901

Changes from PR 12901: `rootless` is now a config property.
In the previous PR, `--rootless` was implemented as a flag for `minikube start`

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-04-05 18:49:40 +09:00
Sharif Elgamal 039058483a ioso 2022-04-04 16:22:00 -07:00
Steven Powell 764730b60c remove dashboard and metrics-scraper from preload 2022-04-04 16:19:34 -07:00
Steven Powell 68ffcd1522 only skip downloading kic if --download-only=false 2022-04-04 15:03:04 -07:00
Steven Powell 403264258a improve language detection 2022-04-04 14:22:43 -07:00
Steven Powell add0bc6366
Merge pull request #13896 from spowelljr/removeStringCheck
Remove unnecessary icacls check
2022-04-04 10:50:43 -07:00
Steven Powell 69417f0944
Merge pull request #13741 from ziyi-xie/upgrade-dashboard
Upgrade kubernetes dashboard from v2.3.1 to v2.5.1
2022-04-04 10:50:29 -07:00
Steven Powell 2e4ea3c259 replace MkdirTemp with t.TempDir in tests 2022-04-01 19:18:20 -07:00
Steven Powell 070e5335e0 remove unecessary icacls check 2022-03-31 15:46:37 -07:00
Steven Powell ad4d80e955
Merge pull request #13881 from AkihiroSuda/fix-podman-v4-network-inspect
Podman: fix `minikube delete` for Podman v4
2022-03-31 14:15:06 -07:00
Steven Powell 6fa361d846
Merge pull request #13889 from spowelljr/alwaysSyncClock
Sync guest clock on initial and existing start
2022-03-31 11:23:15 -07:00
Steven Powell 1aa1f04e9b remove old build tags 2022-03-30 16:43:29 -07:00
Sharif Elgamal 31d1fdae3b
Merge pull request #13730 from presztak/subnet_flag
Add 'subnet' flag for docker/podman driver
2022-03-30 16:02:54 -07:00
Steven Powell 3feb159480 remove redundant skip 2022-03-30 15:25:39 -07:00
Steven Powell 4953909dc6 sync machine clock on initial and existing start 2022-03-30 15:16:06 -07:00
staticdev b52bf1f839 Remove invalid condition 2022-03-30 21:28:56 +02:00
Akihiro Suda 28fdc99086
Podman: fix `minikube delete` for Podman v4
The "minikube" network was not deleted due to the breaking change of
`podman network inspect` in Podman v4.

Fix issue 13861

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-03-30 18:29:14 +09:00
minikube-bot 08ab741680 Updating ISO to v1.25.2-1648512003-13860 2022-03-29 01:11:16 +00:00
Steven Powell d38da0bed8
Merge pull request #11679 from afbjorklund/crun
ISO: Add packaging for crun
2022-03-28 16:56:19 -07:00
Sharif Elgamal eb14277c3d Merge branch 'master' of github.com:kubernetes/minikube into iso-arm64 2022-03-28 16:21:05 -07:00
Steven Powell de36986271
Merge pull request #13641 from minikube-bot/auto_bump_k8s_versions
Bump Kubernetes version default: v1.23.5 and latest: v1.23.6-rc.0
2022-03-28 11:52:46 -07:00
minikube-bot 0a8032df04 Updating ISO to v1.25.2-1648488960-11679 2022-03-28 18:38:40 +00:00
Steven Powell c9ed082ef6
Merge pull request #13800 from afbjorklund/crio-v1.22.3
ISO: Upgrade crio to 1.22.3
2022-03-28 09:30:09 -07:00
minikube-bot f690c846f3 bump default/newest kubernetes versions 2022-03-28 08:04:13 +00:00
Medya Ghazizadeh 23841c4385
Merge pull request #13828 from AkihiroSuda/drop-fuse-overlayfs
KIC rootless: drop fuse-overlayfs; bump kernel requirement to 5.11
2022-03-25 11:57:11 -07:00
Medya Ghazizadeh aa007da3fe
Merge pull request #13805 from klaases/autop1
Improve autopause error handling
2022-03-25 11:51:16 -07:00
Steven Powell 016ef2e990
Merge pull request #13842 from spowelljr/requireDockerVersion
Implemented minimum and recommended Docker versions
2022-03-24 13:37:55 -07:00
minikube-bot 697e80cc3c Updating ISO to v1.25.2-1648142972-13800 2022-03-24 18:40:10 +00:00
Steven Powell 4f6747b1b2 implemented minimum and recommended Docker versions 2022-03-23 15:16:29 -07:00
Steven Powell ba5f4b2fa5
Merge pull request #13794 from ArangoGutierrez/devel/metrics-server
Bump metrics-server to v0.6.1
2022-03-22 19:24:36 -07:00
Akihiro Suda 7204b1db3e
KIC rootless: drop fuse-overlayfs; bump kernel requirement to 5.11
minikube 1.23 (PR 12359) added fuse-overlayfs snapshotter for rootless Docker driver,
but got broken in minikube 1.25 (issue 13534).

We can drop fuse-overlayfs for kernel >= 5.11.

Fix issue 13534

We may add back fuse-overlayfs later if there is a huge demand to
support kernel < 5.11.
That will require packing preloadable tarballs for fuse-overlayfs
snapshotter.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-03-22 18:08:14 +09:00
Sharif Elgamal bef8eb0aec Merge branch 'master' of github.com:sharifelgamal/minikube into iso-arm64 2022-03-21 15:05:33 -07:00
Sharif Elgamal be054acdf7
Merge pull request #13811 from prezha/bump-golangci-lint
bump golangci-lint to v1.45.0
2022-03-21 13:46:50 -07:00
klaases 5a3877cfc5 Prefer out.Styled to out.Step, revert copyright 2022-03-21 11:49:26 -07:00
minikube-bot 100852bbf8 Updating kicbase image to v0.0.30-1647797120-13815 2022-03-20 19:06:44 +00:00
Predrag Rogic deb5a574b6
bump golangci-lint to v1.45.0 2022-03-18 19:57:22 +00:00
Sharif Elgamal f8658543fd Merge branch 'master' of github.com:kubernetes/minikube into iso-arm64 2022-03-17 17:08:33 -07:00
Sharif Elgamal 692c8a445f one last file name fix 2022-03-17 16:59:37 -07:00
Sharif Elgamal 0ebb6d4424 simplify life by changing file names 2022-03-17 16:57:42 -07:00
klaases 9baaeea36a Revert addons.go 2022-03-17 10:33:55 -07:00
Steven Powell 535d0b625c
Merge pull request #13802 from spowelljr/removeHousekeeping
Add `--disable-metrics` flag
2022-03-16 15:52:28 -07:00
klaases f4ace95f5b remove commented code, revert driver.go 2022-03-16 14:45:07 -07:00
klaases f549634f59 Improve autopause error handling 2022-03-16 14:36:51 -07:00
Steven Powell 535cd5201e improve icacls error messaging 2022-03-16 11:48:41 -07:00
Steven Powell 76d97af2a0 add disable-metrics flag 2022-03-16 11:00:20 -07:00
ziyi-xie 8542f7d2b0 modify the typo in pkg/minikube/assets/addons.go file 2022-03-16 08:39:02 +00:00
ziyi-xie b9fcc58d24 upgrade kubernetes dashboard from v2.5.0 to v2.5.1 2022-03-16 00:34:51 +00:00
Carlos Eduardo Arango Gutierrez 58465b0147
Bump metrics-server to v0.6.1
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2022-03-15 19:06:27 -04:00
Piotr Resztak f3c9198134 add support for 'subnet' flag 2022-03-15 21:42:09 +01:00
Steven Powell 8103a8676f
Merge pull request #13783 from spowelljr/fixPauseTEst
Fix trying to pause multiple containers with runc
2022-03-15 12:05:57 -07:00
Steven Powell 58c4142ab9
Merge pull request #13630 from F1ko/master
Add sanity check to disk space check
2022-03-14 18:19:18 -07:00
Filip Nikolic f44e671bb9 implement code review 2022-03-14 20:44:59 +01:00
Steven Powell a90565f0ce fix trying to pause multiple containers with runc 2022-03-14 12:00:13 -07:00
Sharif Elgamal b7954683b9 more replacements 2022-03-09 22:29:59 -08:00
Sharif Elgamal 4123c12bc7 fix iso location 2022-03-09 15:29:56 -08:00
Sharif Elgamal 325ab07516 shuffling many things around 2022-03-09 15:24:06 -08:00
Medya Ghazizadeh 8966840d70
Merge pull request #13756 from ckannon/fixes/13746
ServiceCmd restructuring to repair docker/port-forward issues
2022-03-09 15:08:15 -08:00
ckannon 701b4be842 Fix flow to support docker driver properly for mac, for issue #13746 2022-03-09 14:30:49 -05:00
Filip Nikolic 0d0bfc3a7c revert to warnings 2022-03-06 20:17:18 +01:00
ziyi-xie e74ce6e8b4 modified the version of metrics-scraper in pkg/minikube/cruntime/containerd_test.go file 2022-03-04 03:06:10 +00:00
Sharif Elgamal 0f633902d8 name stuff arm64 2022-03-03 16:29:38 -08:00
ziyi-xie ff9c3fe623 modified the hash for kubernetes dashboard v2.5.0 in file pkg/minikube/assets/addons.go 2022-03-03 07:49:06 +00:00
Sharif Elgamal 5f29ddfe07 Merge branch 'uefi2' of github.com:klaases/minikube into iso-arm64 2022-03-02 14:15:05 -08:00
Steven Powell 3a62a45702 fix typo in suggestion 2022-03-02 10:11:41 -08:00
ziyi-xie 771d71911c upgrade kubernetes dashboard from v2.3.1 to v2.5.0 2022-03-02 05:17:31 +00:00
Filip Nikolic a2f2efea69 fix insufficient storage test 2022-02-27 20:50:26 +01:00
Piotr Resztak cbdd447543 add 'subnet' flag 2022-02-27 16:56:05 +01:00
Sharif Elgamal 654b40944d
Merge pull request #13667 from minikube-bot/kicbase-release-v0.0.30
Update kicbase to v0.0.30
2022-02-23 14:55:38 -08:00
Sharif Elgamal cf5a1470d6
Merge pull request #13666 from minikube-bot/iso-release-v1.25.2
Update ISO to v1.25.2
2022-02-23 14:48:19 -08:00
minikube-bot 4046a967b9 Update kicbase to v0.0.30 2022-02-23 19:46:44 +00:00
minikube-bot 73e5b9e51a Update ISO to v1.25.2 2022-02-23 19:45:39 +00:00
Filip Nikolic e0287dfe0f implement code review 2022-02-17 21:31:49 +01:00
Filip Nikolic dc9ef26641 add tests for diskused and diskavailable 2022-02-17 21:31:49 +01:00
Filip Nikolic 5d4e161326 skip disk space check if force is being used 2022-02-17 21:31:49 +01:00
Filip Nikolic ccca8afde9 add available disk space check 2022-02-17 21:31:49 +01:00
minikube-bot 276d7287f3 Updating ISO to v1.25.0-1645046644-13612 2022-02-16 22:43:35 +00:00
klaases 1be70185bd Update KVM2 configuration for UEFI 2022-02-16 21:03:30 +00:00
Nikhil Sharma d9c07c7079 Added Get-CimInstance with deprecated Get-Wmiobject to detect Hyper-V availability 2022-02-12 14:00:50 +05:30
Medya Ghazizadeh d11e45aa86
Merge pull request #13539 from sharifelgamal/arch-binary
add arch to binary and image cache paths
2022-02-10 12:06:23 -08:00
Medya Ghazizadeh d6120f131e
Merge pull request #13367 from ckannon/master
Adds 'minikube service --all' feature to allow forwarding all services in a namespace
2022-02-09 12:24:54 -08:00
Medya Ghazizadeh e6020b5646
Merge pull request #13515 from chungjin/dep_upgrade/trace
[deps] upgrade go.opentelemetry.io/otel to v1.3.0
2022-02-09 08:56:25 -08:00
ckannon c8d846d6c1 minikube #13075 adds --all feature for service 2022-02-09 10:12:01 -05:00
Steven Powell 5a40034d1e
Merge pull request #13531 from spowelljr/fixSettingCrioConfig
crio: use drop in configuration files
2022-02-08 14:52:27 -08:00
minikube-bot c9290bd8c0 Updating kicbase image to v0.0.29-1644344181-13531 2022-02-08 19:53:09 +00:00
minikube-bot 7e321c63a2 Updating ISO to v1.25.0-1644344644-13531 2022-02-08 19:32:14 +00:00
Steven Powell 921816747a use drop in configuration files for crio 2022-02-08 10:11:36 -08:00
Steven Powell 2ee3733a1c
Merge pull request #13100 from balalnx16/log_vbox_version
log the virtualbox version in minikube start logs
2022-02-07 17:17:41 -08:00
Medya Ghazizadeh 8f41ad572a
Merge pull request #13547 from spowelljr/updateNotifyStructure
Update notify package to support `releases-v2.json`
2022-02-07 16:35:07 -08:00
Sharif Elgamal a1e273e1ee Merge branch 'master' of github.com:kubernetes/minikube into arch-binary 2022-02-07 15:35:33 -08:00
Sharif Elgamal 6189742a25
Merge pull request #13439 from prezha/fix-ingress-multinode
fix ingress (also for multinode clusters)
2022-02-07 14:04:13 -08:00
Sharif Elgamal 70d5d112d2 add more phrases to translations exclude list 2022-02-07 13:04:09 -08:00
minikube-bot d696170374 Updating kicbase image to v0.0.29-1644071658-13563 2022-02-05 16:09:05 +00:00
minikube-bot c81d206345 Updating ISO to v1.25.0-1644071583-13563 2022-02-05 15:42:32 +00:00
Sharif Elgamal 5e54044127
Merge pull request #13354 from nishipy/issue-11627
Add exit message for too new Kubernetes version
2022-02-03 15:19:38 -08:00
Medya Ghazizadeh f8ce51515c
Merge pull request #13517 from minikube-bot/auto_bump_k8s_versions
Bump Kubernetes version default: v1.23.3 and latest: v1.23.4-rc.0
2022-02-03 13:17:27 -08:00
Sharif Elgamal 4cc5dd0dce
Merge pull request #13191 from afbjorklund/cri-dockerd-bin
ISO: Add packaging for cri-dockerd
2022-02-03 11:30:13 -08:00
Steven Powell d37359cf67 update tests 2022-02-03 11:27:37 -08:00
Sharif Elgamal 3a923b245e
Merge pull request #13302 from afbjorklund/cri-dockerd-rel
KIC: Upgrade cri-dockerd
2022-02-03 11:23:27 -08:00