Commit Graph

18848 Commits (17a8bc4e7be00a93af61d4facc36a4594de425b0)

Author SHA1 Message Date
Anders F Björklund 6e89be2721 Upgrade buildroot minor version 2022-04-09 17:48:38 +02:00
Anders F Björklund 7359332092 Upgrade buildroot minor version 2022-04-09 17:42:02 +02:00
Anders F Björklund 19c31aecc8 Merge branch 'master' into buildroot-2021.02.10 2022-04-09 17:41:42 +02:00
Anders F Björklund 0836785b3e Accept ssh-rsa for ssh, after upgrade to 8.8 2022-04-09 17:38:09 +02:00
Steven Powell 83ba479c2f format 2022-04-08 11:45:08 -07:00
Steven Powell 46f7fa73b0 make error message distinct 2022-04-08 11:43:14 -07:00
Sharif Elgamal 684c2b4ac4 fix undefining kvm domain 2022-04-07 13:33:01 -07:00
Steven Powell cb0b07e35e format 2022-04-06 15:32:17 -07:00
Steven Powell e4e3625216 refactored 2022-04-07 02:58:18 +04:30
Steven Powell f3c47136b8 output error details when minikube fails to start 2022-04-07 02:48:43 +04:30
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 007f02114d
Merge pull request #13916 from spowelljr/fixPRBotWarnings
Fix PR Bot warnings
2022-04-05 14:00:38 -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
Ashwin Somasundara a439922dc1 Update windows kubectl alias documentation 2022-04-05 08:52:24 -04: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
Medya Ghazizadeh 52ddea84eb
Merge pull request #13906 from kubernetes/dependabot/go_modules/google.golang.org/api-0.74.0
Bump google.golang.org/api from 0.73.0 to 0.74.0
2022-04-04 14:37:50 -07:00
Steven Powell 91d16de1fd
Merge pull request #13909 from kubernetes/dependabot/github_actions/peter-evans/create-pull-request-4.0.1
Bump peter-evans/create-pull-request from 4.0.0 to 4.0.1
2022-04-04 14:27:04 -07:00
Steven Powell 08c7168faf
Merge pull request #13903 from jeffmaury/fix-fr-translation
Fix french translation
2022-04-04 14:25:57 -07:00
Steven Powell 403264258a improve language detection 2022-04-04 14:22:43 -07:00
Sharif Elgamal f98f88baeb fix checksum makefile target 2022-04-04 13:44:18 -07:00
Sharif Elgamal d92f42a6e4 fix the minikube.iso make target 2022-04-04 12:41:31 -07:00
dependabot[bot] da22fb867b
Bump google.golang.org/api from 0.73.0 to 0.74.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.73.0 to 0.74.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.73.0...v0.74.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 19:09:30 +00:00
Medya Ghazizadeh f3fc6de68f
Merge pull request #13907 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.22.3
Bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3
2022-04-04 12:06:34 -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
Medya Ghazizadeh 9ba6e21fd1
Merge pull request #13908 from kubernetes/dependabot/go_modules/libvirt.org/go/libvirt-1.8002.0
Bump libvirt.org/go/libvirt from 1.8001.0 to 1.8002.0
2022-04-04 11:43:48 -07:00
Medya Ghazizadeh 4593ad829d
Merge pull request #13905 from kubernetes/dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.9.0
Bump github.com/cloudevents/sdk-go/v2 from 2.8.0 to 2.9.0
2022-04-04 11:43:37 -07:00
dependabot[bot] 12fd0f29a6
Bump peter-evans/create-pull-request from 4.0.0 to 4.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](d6d5519d05...f1a7646cea)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:37:27 +00: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 6a7f14ea01 Use the right port for docker in qemu driver 2022-04-04 20:18:51 +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 927d7d5596 Upgrade to latest docker-machine-driver-qemu
It is still ancient, so there is bound to be issues
with the vendored code from libmachine and drivers.
2022-04-04 20:15:22 +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
dependabot[bot] 04168659ae
Bump libvirt.org/go/libvirt from 1.8001.0 to 1.8002.0
Bumps [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module) from 1.8001.0 to 1.8002.0.
- [Release notes](https://gitlab.com/libvirt/libvirt-go-module/tags)
- [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.8001.0...v1.8002.0)

---
updated-dependencies:
- dependency-name: libvirt.org/go/libvirt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:09:11 +00:00
dependabot[bot] 79d833a983
Bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.2 to 3.22.3.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.2...v3.22.3)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:09:03 +00:00
dependabot[bot] 31a7a98eb8
Bump github.com/cloudevents/sdk-go/v2 from 2.8.0 to 2.9.0
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:08:45 +00:00