Sharif Elgamal
402ede52c0
Merge pull request #13963 from klaases/gcp1
...
Tidy up GCP-Auth go code
2022-04-14 17:39:07 -07:00
Sharif Elgamal
96e329877a
Merge branch 'master' of github.com:kubernetes/minikube into iso-arm64
2022-04-14 13:38:25 -07:00
klaases
da5045c72d
Fix reference to gcloud
2022-04-14 11:41:15 -07:00
klaases
de465088df
Tidy up GCP-Auth go code
2022-04-14 11:16:44 -07:00
Steven Powell
cc90573325
Merge pull request #13955 from spowelljr/fixLoggingJSON
...
Fix logging when JSON output selected
2022-04-14 09:33:59 -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
Steven Powell
b9c0b16fc4
fix logging when JSON output selected
2022-04-12 13:19:29 -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
Anders F Björklund
15c71df5e8
Revert "Make sure to set up apiserver tunnel on restart"
...
This reverts commit e7495ab779 .
2022-04-10 17:54:12 +02:00
minikube-bot
dfdf6e59b8
Updating ISO to v1.25.2-1649577058-13659
2022-04-10 08:56:54 +00:00
Sharif Elgamal
684c2b4ac4
fix undefining kvm domain
2022-04-07 13:33:01 -07:00
Steven Powell
b870d92aa1
Merge pull request #13910 from spowelljr/downloadKicOffline
...
Only skip downloading kic if --download-only=false
2022-04-05 16:34:46 -07:00
Medya Ghazizadeh
90182a7c3f
Merge pull request #13911 from spowelljr/removeDashboardFromPreload
...
Remove dashboard and metrics-scraper from preload
2022-04-05 14:45:21 -07:00
Medya Ghazizadeh
77025f82a9
Merge pull request #13900 from spowelljr/improveLanguageDetection
...
improve language detection
2022-04-05 14:42:19 -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
3531e25bcc
Merge pull request #13885 from staticdev/patch-staticdev-1
...
Remove docker requirement for none driver
2022-04-05 14:15:21 -07:00
Steven Powell
ed3983298f
fix PR Bot warnings
2022-04-05 13:41:19 -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
Anders F Björklund
e7495ab779
Make sure to set up apiserver tunnel on restart
2022-04-05 19:54:35 +02: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
Anders F Björklund
e894c88783
Add missing machine type for QEMU2 for test
2022-04-04 21:01:12 +02: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
191ff5bf0b
Add tunneling of apiserver port for qemu driver
2022-04-04 20:18:47 +02:00
Anders F Björklund
69653073da
Set up the IP address for the qemu driver
...
Assume "user" networking, for now at least.
2022-04-04 20:16:58 +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
Anders F Björklund
d9c303e642
Use portforwarding for qemu with user network
...
Only the SSH and the Docker port (2376) are available
with the slirp network, everything else needs tunneling.
2022-04-04 20:15:22 +02:00
Anders F Björklund
98b8b6a0b4
Upgrade to latest docker-machine-driver-qemu
...
Copy some of the default values from the regular setup,
that is not used when not using docker-machine config.
2022-04-04 20:15:22 +02:00
Anders F Björklund
284ad62394
Add the qemu driver to the minikube registry
...
Since the machine drivers are hardcoded in minikube,
drivers need to be added to the registry to be tested.
Add a basic sanity check for the qemu-system binary,
and set up the basic configuration such as cpus/memory.
2022-04-04 20:15:22 +02: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
Sharif Elgamal
f74ea169b2
add arch to iso cache path, fix download only tests
2022-02-03 10:29:13 -08:00
Sharif Elgamal
89213faa34
Merge branch 'arch-binary' of github.com:sharifelgamal/minikube into arch-binary
2022-02-03 09:59:44 -08:00
Sharif Elgamal
25b7614f90
Merge branch 'master' of github.com:kubernetes/minikube into arch-binary
2022-02-03 09:57:59 -08:00
Sharif Elgamal
423b816311
Merge pull request #13251 from afbjorklund/default-runtime
...
Make the default container runtime dynamic
2022-02-02 18:02:05 -08:00
Steven Powell
d01c77d816
update notify package to support releases-v2.json
2022-02-02 16:39:57 -08:00
Sharif Elgamal
5635ca7212
Update pkg/minikube/detect/detect.go
...
Co-authored-by: Medya Ghazizadeh <medyagh@users.noreply.github.com>
2022-02-02 16:12:20 -08:00
Steven Powell
b75d17c509
Merge pull request #13541 from spowelljr/supportLegacyReleases
...
Support legacy releases.json file
2022-02-02 16:09:29 -08:00
Steven Powell
126add0ccc
Merge pull request #13538 from spowelljr/allowKubeProxySkip
...
kubeadm: allow skipping kube-proxy addon on restart
2022-02-02 16:05:30 -08:00
Medya Ghazizadeh
969b5cddf1
Merge pull request #13520 from minikube-bot/auto_bump_golint_version
...
bump golint version to v1.44.0
2022-02-02 15:57:24 -08:00
Steven Powell
1b10eb02d9
updated release script to push v2 releases files
2022-02-02 12:31:07 -08:00
minikube-bot
429347e99c
Updating kicbase image to v0.0.29-1643823806-13302
2022-02-02 19:23:02 +00:00
minikube-bot
89ec289ec7
Updating ISO to v1.25.0-1643824279-13191
2022-02-02 18:55:16 +00:00
Sharif Elgamal
9d76d0cab2
add arch to image and kicbase cache path
2022-02-01 14:56:28 -08:00
Steven Powell
5736749832
allow skipping kubeadm kube-proxy addon on restart
2022-02-01 13:49:08 -08:00
Steven Powell
48065d9090
Merge pull request #13506 from spowelljr/revertKubeadmDelete
...
Revert "Delete and init kubeadm on subsequent starts"
2022-02-01 13:40:25 -08:00
Medya Gh
c24818d9b7
lint
2022-02-01 13:21:53 -08:00
Sharif Elgamal
634b8030f9
Merge branch 'master' of github.com:kubernetes/minikube into anders-default-runtime
2022-02-01 12:59:09 -08:00
Sharif Elgamal
fc6efd9083
add arch to binary cache path
2022-02-01 12:57:41 -08:00
Sharif Elgamal
2cbe070b94
Merge pull request #13482 from anoopcs9/libvirt-use-src-arp
...
drivers/kvm: Use ARP for retrieving interface ip addresses
2022-02-01 09:26:03 -08:00
Sharif Elgamal
74452b5802
Merge pull request #13521 from presztak/update_istio_addon_yaml
...
Update istio addon YAML
2022-01-31 17:23:33 -08:00