Commit Graph

2988 Commits (b7b5395138ba7972ac52a1260acc2a5dcf6af576)

Author SHA1 Message Date
Sharif Elgamal b7b5395138 turn off crio for qemu for now 2022-06-02 13:07:18 -07:00
Sharif Elgamal 1e7c257136 Merge branch 'master' of github.com:sharifelgamal/minikube into arm64-containerd 2022-05-31 14:44:53 -07:00
Sharif Elgamal 4ab16708f4 reconcile translations after extracting escape characters fix 2022-05-31 13:17:46 -07:00
Sharif Elgamal cd01efdf37 upgrade conmon to v2.0.24 2022-05-31 10:43:55 -07:00
Predrag Rogic cf3d33aef6
include prereleases 2022-05-20 17:32:30 +01:00
Predrag Rogic 899b43c323
move to 'config defaults' 2022-05-20 17:32:30 +01:00
Predrag Rogic 219abcc1f1
fix json and yaml outputy 2022-05-20 17:32:30 +01:00
Predrag Rogic 88acdd018d
use GetTagName from release 2022-05-20 17:32:30 +01:00
Predrag Rogic eff4a18375
list all currently supported Kubernetes versions 2022-05-20 17:32:13 +01:00
Steven Powell 09365b4b04
Merge pull request #14175 from minikube-bot/auto_bump_golint_version
bump golint version
2022-05-16 13:21:06 -07:00
Steven Powell 53fdfb286c implement lint fixes 2022-05-16 12:48:41 -07:00
Sharif Elgamal 7292031c08
Merge pull request #13912 from kadern0/issue-12643
feat: added configure option to registry-alieases addon
2022-05-16 11:33:40 -07:00
Sharif Elgamal 17a8bc4e7b exit cleanly for unimplmented beta features 2022-05-12 09:44:38 -07:00
Sharif Elgamal 00d31d04ba Merge branch 'master' of github.com:kubernetes/minikube into anders-qemu2 2022-05-11 09:06:36 -07:00
ckannon 9360f907e3 Accept space before port in DashboardProxy Regex 2022-05-10 09:18:39 -04:00
Sharif Elgamal 5b39a46773 Merge branch 'master' of github.com:kubernetes/minikube into anders-qemu2 2022-05-03 14:01:09 -07:00
Steven Powell 58eed153fa
Merge pull request #13991 from EdwinWalela/edwin-dev
Add --audit flag to minikube logs command
2022-04-22 16:46:10 -07:00
Steven Powell fd718348cd remove setting event log path on delete 2022-04-22 11:34:14 -07:00
Medya Ghazizadeh e77e17b9ae
Merge pull request #13979 from spowelljr/deleteJSON
Add JSON output to `minikube delete`
2022-04-21 14:06:47 -07:00
Steven Powell caf8e6402e fix having flag before command cause problems 2022-04-20 15:12:20 -07:00
edwinwalela 46849037b2 add --audit flag to minikube logs command 2022-04-20 20:23:07 +03:00
Steven Powell df9b2c8541 add JSON output to delete 2022-04-18 16:52:31 -07:00
Medya Ghazizadeh 2c776978d9
Merge pull request #13856 from t-inu/issue12809
Improve description for minikube cache command
2022-04-18 15:54:40 -07:00
Toshiaki Inukai 18d20407c6 Improve description for minikube cache command 2022-04-14 10:31:54 +00:00
Medya Ghazizadeh 2b5a15fe19
Merge pull request #13957 from klaases/force1
Advise user of --force option when using root
2022-04-13 11:42:47 -07:00
Sharif Elgamal a9cf4750b0
Merge pull request #13812 from tyabu12/fix/port-validation
Fix port validation error on specifying tcp/udp or range of ports.
2022-04-13 09:01:56 -07:00
klaases d5a3fc48fd Adjust message for clarity 2022-04-12 15:26:26 -07:00
klaases 6787bcf6b2 Advise user of --force option when using root 2022-04-12 15:25:17 -07:00
Pablo Caderno 522c1a3274 feat: added configure option to registry-alieases addon
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2022-04-13 08:01:06 +10:00
Sharif Elgamal ad5c964e6b
Merge pull request #13829 from AkihiroSuda/rootless-podman-take2
Support rootless Podman driver, take 2 (Usage: `minikube config set rootless true`)
2022-04-12 11:19:30 -07:00
Anders F Björklund d21342c69f Make sure to look for KIC before using oci port 2022-04-05 20:02:08 +02: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
Anders F Björklund 6a7f14ea01 Use the right port for docker in qemu driver 2022-04-04 20:18:51 +02:00
Steven Powell 2e4ea3c259 replace MkdirTemp with t.TempDir in tests 2022-04-01 19:18:20 -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 37e026b149 stop testing olm and warn users about the addon 2022-03-30 10:53:11 -07:00
Steven Powell 9549bef504 don't write logs that contain environment variables 2022-03-29 11:09:11 -07:00
Steven Powell 6e73112be6 change soft to silent 2022-03-28 16:47:33 -07:00
Steven Powell 93bb522986 soft fail when user trying to generate log file if cluster not running 2022-03-28 16:44:16 -07:00
Medya Ghazizadeh aa007da3fe
Merge pull request #13805 from klaases/autop1
Improve autopause error handling
2022-03-25 11:51:16 -07:00
Tomohito YABU afb3956fdb Add comment to TestValidatePorts. 2022-03-24 09:34:04 +09:00
Tomohito YABU 1832ed6ff5 Update validatePorts function comment for goDoc. 2022-03-23 13:21:33 +09:00
klaases 5a3877cfc5 Prefer out.Styled to out.Step, revert copyright 2022-03-21 11:49:26 -07:00
Tomohito YABU 513a757ca7 Fix port validation error on specifying tcp/udp or range of ports. 2022-03-19 10:51:43 +09:00
Predrag Rogic deb5a574b6
bump golangci-lint to v1.45.0 2022-03-18 19:57:22 +00:00
klaases f549634f59 Improve autopause error handling 2022-03-16 14:36:51 -07:00
Steven Powell 76d97af2a0 add disable-metrics flag 2022-03-16 11:00:20 -07:00
ckannon 701b4be842 Fix flow to support docker driver properly for mac, for issue #13746 2022-03-09 14:30:49 -05:00
Piotr Resztak cbdd447543 add 'subnet' flag 2022-02-27 16:56:05 +01:00