minikube-bot
77c8e7844f
Updating kicbase image to v0.0.31-1653677545-13807
2022-05-27 20:01:51 +00:00
minikube-bot
6825e02378
Updating kicbase image to v0.0.31-1653596720-14230
2022-05-26 21:35:45 +00:00
Sharif Elgamal
85b90ab5be
Merge branch 'master' of github.com:sharifelgamal/minikube into restart-qemu
2022-05-17 11:22:20 -07:00
Sharif Elgamal
177d2b9808
sanity check port range
2022-05-17 10:13:47 -07:00
Sharif Elgamal
4115024320
virt is still the machine type, duh
2022-05-16 23:21:11 -07:00
Sharif Elgamal
823ea12bc2
let's try kvm accel again
2022-05-16 23:12:39 -07:00
Sharif Elgamal
f02e977544
re-establish apiserver tunnel on restart
2022-05-16 19:07:51 -07:00
Sharif Elgamal
6f32c7e742
comment out kvm stuff for now
2022-05-16 16:01:58 -07:00
Sharif Elgamal
f99096fbcc
support hardware accel for more machine types
2022-05-16 15:32:24 -07:00
Sharif Elgamal
e1517954fb
dynamically determine darwin qemu firmware location
2022-05-16 15:08:35 -07: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
cb6f73223b
Merge pull request #14158 from kadern0/issue-12842-partB
...
fix: removed unused code
2022-05-16 13:01:32 -07:00
Steven Powell
288f5ef815
more lint fixes
2022-05-16 12:59:25 -07:00
Steven Powell
53fdfb286c
implement lint fixes
2022-05-16 12:48:41 -07:00
Pablo Caderno
cd4428dfdd
fix: removed unused code
...
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2022-05-13 09:17:31 +10:00
minikube-bot
8daa86141a
Update kicbase to v0.0.31
2022-05-12 22:38:29 +00:00
Steven Powell
7e06865887
Merge pull request #13791 from afbjorklund/buildkit-0.10.0
...
Upgrade buildkit from 0.9.0 to 0.10.0
2022-05-12 09:44:32 -07:00
Sharif Elgamal
b26dcf2674
Merge pull request #13639 from afbjorklund/driver-qemu
...
Add the qemu2 driver to the minikube registry
2022-05-11 20:41:12 -07:00
minikube-bot
c664d91fd3
Updating kicbase image to v0.0.30-1652309540-13791
2022-05-12 00:45:32 +00:00
Sharif Elgamal
60328d4d40
fix lint
2022-05-11 15:06:39 -07:00
Sharif Elgamal
9a0f1a012b
support darwin hardware acceleration
2022-05-11 14:54:08 -07:00
Medya Ghazizadeh
484c27d840
Merge pull request #14115 from kadern0/issue-12842
...
Fix: "Your cgroup does not allow setting memory"
2022-05-11 12:58:01 -07:00
Sharif Elgamal
00d31d04ba
Merge branch 'master' of github.com:kubernetes/minikube into anders-qemu2
2022-05-11 09:06:36 -07:00
minikube-bot
abf8508d82
Updating kicbase image to v0.0.30-1652251400-14138
2022-05-11 08:37:31 +00:00
Pablo Caderno
f31a1d5020
fix: conditional compiling for cgroups code
2022-05-09 19:41:28 +10:00
Pablo Caderno
947ff0435b
fix: small code refactor
2022-05-08 19:46:17 +10:00
Pablo Caderno
7d9eca5eff
fix: improved memory cgroup checks
...
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2022-05-08 19:46:17 +10:00
Sharif Elgamal
930427f847
revert kvm domain def for bios iso
2022-05-03 21:39:12 -07:00
Sharif Elgamal
5b39a46773
Merge branch 'master' of github.com:kubernetes/minikube into anders-qemu2
2022-05-03 14:01:09 -07:00
Sharif Elgamal
1c31b6cb81
typo
2022-04-21 19:13:22 -07:00
Sharif Elgamal
28083d9235
keep nvram on minikube delete
2022-04-18 12:37:32 -07:00
Sharif Elgamal
c82be99d3b
fix nvram location for aarch64 kvm driver
2022-04-15 12:32:47 -07:00
Sharif Elgamal
8130eda339
Merge branch 'master' of github.com:sharifelgamal/minikube into iso-arm64
2022-04-12 13:07:13 -07: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
Sharif Elgamal
f6c2f5bb79
Merge branch 'master' of github.com:kubernetes/minikube into iso-arm64
2022-04-11 14:25:53 -07:00
Anders F Björklund
ae40c57623
Add parameters needed for vde networking
2022-04-11 19:40:32 +02:00
Sharif Elgamal
684c2b4ac4
fix undefining kvm domain
2022-04-07 13:33:01 -07:00
Medya Ghazizadeh
1b366615d3
Merge pull request #13901 from spowelljr/removeIoutil
...
remove uses of ioutil & use t.TempDir for tests
2022-04-05 14:41:22 -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
Anders F Björklund
d38789a37b
Add the parameters required for qemu arm64
2022-04-04 20:50:08 +02:00
Anders F Björklund
af07b2b563
Remove fluff from the qemu driver for lint
2022-04-04 20:23:32 +02:00
Anders F Björklund
77ed383578
Fork the machine qemu driver into minikube qemu2
...
This is an internal driver, with the new driver config
rather than the machine flags of the external driver.
2022-04-04 20:16:48 +02: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
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
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
Sharif Elgamal
eb14277c3d
Merge branch 'master' of github.com:kubernetes/minikube into iso-arm64
2022-03-28 16:21:05 -07:00